void ValuesToText(ref String aText)
Convert all vector elements to text.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aText | String (ref) |
Result: stored in self (calling object)
Indexed: void ValuesToText(ref String aText, Int32 Index, Int32 Len)
Convert Index..Index+Len-1 vector elements to text.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aText | String (ref) | |
| 2 | Index | Int32 | start index |
| 3 | Len | Int32 | element count |
Result: stored in self (calling object)