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