AddArexxList System Command

Adds an item to an allocated list.

addarexxlist <handle/S item>

handle/i The list to which to add the item.

item/s The item to add.

Notes:

The first item added to a list is item 0, the second

is item 1...

There is no limit to the number of items in a list.

Examples:

ARexx:

addarexxlist choices 'First choice'

 

AddArexxList  Command Definition  url:PGScmd/addarexxlist
  created:2006-03-29 17:47:08   last updated:2006-08-18 08:13:40
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For AddArexxList
Dan Kilroy wrote...2006-05-04 16:44:04

Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above.

Gets the {...} .

AddARexxList (list string)

Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For AddArexxList