TMtx TextToValues(String Text, String Delimiter)
Converts text delimited with Delimiter to numbers.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Text | String | |
| 2 | Delimiter | String |
Result: stored in self (calling object), returns self for chaining
Converts text delimited with Delimiter to numbers.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Text | String | |
| 2 | Delimiter | String |
Result: stored in self (calling object), returns self for chaining