-
-
Notifications
You must be signed in to change notification settings - Fork 19
Documentation ARexxAPI INFO
Jens Maus edited this page Feb 13, 2017
·
1 revision
NAME:: Info -- Return information about the program.
TEMPLATE:: VAR/K,STEM/K,ITEM/A
FUNCTION:: Returns misc information about the program.
INPUTS::
VAR/K - alternative variable to put the results into instead of RESULT (V2.0)\
STEM/K - base name used for the stems where the returned data will be stored (V2.0)\
ITEM/A - item to return info about, may be one of TITLE, AUTHOR, COPYRIGHT, DESCRIPTION, VERSION, BASE or SCREEN (see the MUI AutoDoc for MUI_Application)\
RETURNS::
VAR - info returned by the query\
<STEM>VALUE - info returned by the query\
NOTES::
EXAMPLE::
BUGS::
INFO used to cause Enforcer hits if no argument was supplied;
this was fixed in V2.3.
No screen name was returned when YAM was iconified; this was
fixed in V2.4 to return the name of the default public screen.
SEE ALSO::