Changes between Version 2 and Version 3 of Documentation/ARexxAPI/READCLOSE
- Timestamp:
- Oct 25, 2013, 8:38:51 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/ARexxAPI/READCLOSE
v2 v3 1 [[TranslatedPages]] 1 [[TranslatedPages]]\\ 2 [[TOC(titleindex, heading=ARexx API, notitle, depth=2, Documentation/ARexx API/*)]] 2 3 3 4 == READCLOSE … … 9 10 10 11 '''FUNCTION''' 11 Closes the active Read window as set by [[ rx_mailread| MAILREAD ]].12 Closes the active Read window as set by [[ARexx API/MAILREAD| MAILREAD ]]. 12 13 13 14 '''INPUTS''' … … 15 16 '''RETURNS''' 16 17 RC is set to 10 if no Read window was previously specified as 17 "active" with [[ rx_mailread| MAILREAD ]].18 "active" with [[ARexx API/MAILREAD| MAILREAD ]]. 18 19 19 20 '''NOTES''' … … 24 25 The command used to blindly act upon the first Read window opened 25 26 at any given time; this was changed in V2.4 to require the use 26 of [[ rx_mailread| MAILREAD ]] to explicitely mark a window as "active".27 of [[ARexx API/MAILREAD| MAILREAD ]] to explicitely mark a window as "active". 27 28 28 29 '''SEE ALSO''' 29 [[ rx_mailread| MAILREAD ]]30 [[ARexx API/MAILREAD| MAILREAD ]]