LinkedListGetLast Function

Help Contents

Introduction

The LinkedListGetLast Function removes the last entry of a LinkedList Data Object.

Syntax

Informal Syntax:

LinkedListGetLast( LinkedListID )

Formal Syntax:

LinkedListGetLast( LinkedListID:=Expression )

Parameters

The LinkedListGetLast Function has these parameters.

Parameter Type Description
LinkedListID DINT The identifier of the LinkedList Data Object.

Return Value

The return value does not have a type. Use a Type Cast to convert the return value. For example:

TO_STRING( LinkedListGetLast( LinkedListID ) )

Remarks

The function reports a runtime error if:

Further Information

LinkedList Functions

For information about functions to manage LinkedList data objects.

Data Objects

For information about all Data Objects supported by Fernhill SCADA.

IEC 61131-3

To learn how IEC 61131-3 is used in Fernhill SCADA.

Glossary

For the meaning of terms used in Fernhill SCADA.