The LinkedListToString Function converts a LinkedList Data Object to a STRING.
Informal Syntax:
LinkedListToString( LinkedListID )
Formal Syntax:
LinkedListToString( LinkedListID:=Expression )
The LinkedListToString Function has these parameters.
Parameter | Type | Description |
---|---|---|
LinkedListID | DINT | The identifier of the LinkedList Data Object. |
The function returns a STRING value containing the contents of the LinkedList Data Object. The line feed character '$n' separates each entry in the return value.
The function reports a runtime error if the LinkedListID parameter does not refer to a valid LinkedList Data Object.
The LinkedListToString Function is an extension to the IEC 61131-3 standard.
For information about functions to manage LinkedList data objects.
For information about all Data Objects supported by Fernhill SCADA.
To learn how IEC 61131-3 is used in Fernhill SCADA.
For the meaning of terms used in Fernhill SCADA.