::hwat::utils::TokenizeLine - Tokenizes given line data based on the given separator.
::hwat::utils::TokenizeLine str_lineData str_separatorChar
str_lineData |
The input data line. |
[str_separatorChar] |
Optional. It could be any character excluding special characters. The default being comma (","). |
A Tcl list of given data after tokenizing the given line data based on the separator if successful, {} if unsuccessful.
::hwat::utils::TokenizeLine "abc, 123, 345, 654, 8.92" ","