Changes between Initial Version and Version 1 of Documentation/ARexxAPI/ADDRGOTO
- Timestamp:
- Sep 22, 2013, 9:12:27 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/ARexxAPI/ADDRGOTO
v1 v1 1 == ADDRGOTO 2 3 '''NAME''' 4 AddrGoto -- Set the current entry in the address book. (V2.0) 5 6 '''TEMPLATE''' 7 ALIAS/A 8 9 '''FUNCTION''' 10 Makes the named alias the current entry in the address book. 11 The address book window is redrawn to make the new current entry visible. 12 13 '''INPUTS''' 14 ALIAS/A - alias of the entry to turn into the current one 15 16 '''RETURNS''' 17 RC is set to 5 if the given alias cannot be found or the address book window is not opened. 18 19 '''NOTES''' 20 21 '''EXAMPLE''' 22 23 '''BUGS''' 24 25 '''SEE ALSO'''