RowDataConversion
Zuletzt aktualisiert
RowDataConversion (FUN)FUNCTION RowDataConversion : RTS_IEC_RESULT
This function makes sure to hold the user created columns and row structure.
InOut:
Return
RowDataConversion
RTS_IEC_RESULT
Input
sSplitChar
STRING
‘;’
Definition of the split character for CSV entries
Input
psColumnData
POINTER TO STRING(Parameters.gc_iMaxStringLength)
The full column data as one string.
Input
psRowData
POINTER TO STRING(Parameters.gc_iMaxStringLength)
The full row data as one string.
Input
atRowData
POINTER TO tRowData
Zuletzt aktualisiert

