Global List - Get Property

Stores a selected property of a Global List in a specific variable.

Use this action to get information about a Global List.

Action ID:
Action Category:
Action List Syntax:

116
Global List
<<VARIABLE>>
= GlobalList[<<OBJECTNAME>>].GetProperty (<<PROPERTY>>)

Settings

Variable:

The variable that the property will be stored in.

Target:

The name of the Global List whose properties will be queried.

Property

The property that will be stored in the variable. Choose from:

Current Position

-

The zero-based index of the current position in the Global List.

Item Count

-

The total number of items in the Global List.

Error Codes

Value
(%LastErrorNum%)

Simple Message
(%LastErrorMsg%)

Verbose Message
(%LastErrorDetails%)

0 (OK)

 

 

1

MSG_ERR_GLOBAL_LIST_GET_PROPERTY

MSG_ERR_GLOBAL_LIST_GET_PROPERTY
MSG_ERR_OBJECT_NOT_FOUND
<<OBJECTNAME>>

Examples

None