Matrix.ValuesToText Method

function ValuesToText(Delimiter: string; const ReFormat: string; const ImFormat: string): string;

Converts data to delimited string using Delimiter and number formatting options.

#NameTypeDescription
1Delimiterstring
2ReFormatstring
3ImFormatstring

Returns: String

Remarks:

Pass empty string to ReFormat and ImFormat to indicate general number formatting.