function strsplit
Split a string into a string array
Syntax
result = strsplit(s [, delimiter])
Arguments
| s: | The string to be split |
| delimiter: | A single character at which to split (defaults to ' ') |
Split a string into a string array
Syntax
result = strsplit(s [, delimiter])
Arguments
| s: | The string to be split |
| delimiter: | A single character at which to split (defaults to ' ') |