Global List - Add

Adds one or more items to a Global List.

Action ID:
Action Category:
Action List Syntax:

111
Global List
GlobalList[<<OBJECTNAME>>].Add (<<ADDTYPE>>, <<TEXT>>)

Settings

Global List

Name:

The name of the Global List that you want to add items to.

Add at

The position where you want the new items to be added in the specified Global List. Choose from:

Beginning

-

Add the items to the beginning of the list.

End

-

Add the items to the end of the list.

Specific index

-

Add the items at the index specified in the Index field.

Index:

The zero-based index where the new items will be added in the Global List. A value of 0 will add the items to the beginning of the list, and a value of -1 will add the items to the end of the list.

Text to Add

Text:

The item (or items) that will be added to the Global List. To add multiple items, use a delimited list and specify the delimiter in the Delimiter field.

Delimiter:

The delimiter that you used to separate items in the Text field. If the text in the Text field is not a delimited list, you can leave this field blank.

Error Codes

Value
(%LastErrorNum%)

Simple Message
(%LastErrorMsg%)

Verbose Message
(%LastErrorDetails%)

0 (OK)

 

 

1

MSG_ERR_GLOBAL_LIST_ADD

MSG_ERR_GLOBAL_LIST_ADD
MSG_ERR_OBJECT_NOT_FOUND
<<OBJECTNAME>>

Examples

Searching the desktop for text files