<< AddArexxGadget | AddBorder >> |
Top: Documentation Library | Up: A Commands |
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 | sign in to add a comment |
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:
ARexx: Applescript: | |
User Contributed Comments For AddArexxList | sign in to add a comment |
<< AddArexxGadget | AddBorder >> |
Top: Documentation Library | Up: A Commands |