function TextToValues(Text: string; Delimiter: string): TMtx;
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