function ValuesToText(Delimiter: string; const ReFormat: string; const ImFormat: string): string;
Converts data to delimited string using Delimiter and number formatting options.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Delimiter | string | |
| 2 | ReFormat | string | |
| 3 | ImFormat | string |
Returns: String
Remarks:
Pass empty string to ReFormat and ImFormat to indicate general number formatting.