String ValuesToText(String Delimiter, String ReFormat, String ImFormat)
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.