Changes between Version 6 and Version 7 of Documentation/ARexxAPI/ADDRDELETE
- Timestamp:
- Feb 4, 2014, 3:57:10 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/ARexxAPI/ADDRDELETE
v6 v7 12 12 13 13 INPUTS:: 14 ALIAS- Alias of the entry to be removed. This parameter is optional; if it is missing, AddrDelete will remove the current entry, if any.14 `ALIAS` - Alias of the entry to be removed. This parameter is optional; if it is missing, AddrDelete will remove the current entry, if any. 15 15 16 16 RETURNS:: 17 RC is set to 5 if ALIASdoesn't exist or if none was provided and17 `RC` is set to 5 if `ALIAS` doesn't exist or if none was provided and 18 18 there is nothing to delete (because the address book window is 19 19 closed). 20 20 21 21 NOTES:: 22 If ALIASrefers to a group or distribution list, all their22 If `ALIAS` refers to a group or distribution list, all their 23 23 contents are deleted as well. 24 24