![[About]](r:\html\rexxabout.gif)
![[Toc]](r:\html\rexxtoc.gif)
0.9b (c) 1995 Peter Childs
Function: SysQueryClassList
Syntax: call SysQueryClassList stem
stem The name of a stem variable in which the entire set of
registered classes is placed.
Purpose: Retrieve the complete list of registered object classes.
Examples:
/* Code */
call SysQueryClassList "list."
do i = 1 to list.0
say 'Class' i 'is' list.i
end
Inf-HTML End Run - Successful