Changes between Version 3 and Version 4 of Documentation/ARexxAPI/LISTSELECT
- Timestamp:
- Feb 4, 2014, 10:34:50 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/ARexxAPI/LISTSELECT
v3 v4 1 [[TranslatedPages]]\\ 2 [[TOC(titleindex, heading=ARexx API, notitle, depth=2, Documentation/ARexx API/*)]] 3 1 [[TranslatedPages]] 2 [[TOC(sectionindex, heading=ARexx Function List, notitle, depth=1, Documentation/ARexxAPI/)]] 4 3 == LISTSELECT 5 4 6 '''NAME''' 5 NAME:: 7 6 ListSelect -- Select messages in the current folder. (V2.0) 8 7 9 '''TEMPLATE''' 8 TEMPLATE:: 10 9 MODE/A 11 10 12 '''FUNCTION''' 11 FUNCTION:: 13 12 Selects or unselects messages in the current folder. 14 13 15 '''INPUTS''' 16 MODE/A - may be one of N (none), A (all), T(toggle selection) or a numeric value to add to the selection the message in that position, where 0 refers to the message at the top of the folder14 INPUTS:: 15 `MODE/A` - may be one of `N` (none), `A` (all), `T` (toggle selection) or a numeric value to add to the selection the message in that position, where 0 refers to the message at the top of the folder 17 16 18 '''RETURNS''' 17 RETURNS:: 19 18 20 '''NOTES''' 21 While 'LISTSELECT N'will unselect everything in the folder, the19 NOTES:: 20 While `LISTSELECT N` will unselect everything in the folder, the 22 21 '''current''' message still remains as such, and for all intents and 23 22 purposes will be considered as "selected" by all commands dealing 24 with selected messages, e.g. [[ ARexx API/GETSELECTED| GETSELECTED]].23 with selected messages, e.g. [[GETSELECTED]]. 25 24 26 '''EXAMPLE''' 25 EXAMPLE:: 27 26 28 '''BUGS''' 27 BUGS:: 29 28 30 '''SEE ALSO''' 29 SEE ALSO::