End |
Top Previous Next |
The following commands have been implemented in EMUEScript exactly as they are implemented in OLIE™:
Syntax - End
Description: This command means that the Get Pointer is to be moved to a position relative to the last member of the list
Sample 1: This example moves the Get Pointer to the last member in the list called OpenItemList. SetListPosition OpenItemList 1 End
Sample 2: This example moves the Get Pointer to the next to the last member in the list called OpenItemList (the last member minus 1). SetListPosition OpenItemList -1 End
|