RowDataConversion

RowDataConversion (FUN)

FUNCTION RowDataConversion : RTS_IEC_RESULT

This function ensures that the user-created columns and row structure are preserved.\

InOut:

Scope
Name
Type
Initial
Comment

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 complete column data as a single string.

Input

psRowData

POINTER TO STRING(Parameters.gc_iMaxStringLength)

The complete row data as a single string.

Input

atRowData

POINTER TO tRowData

Last updated