GetVariablesForClass command

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Action:

Displays a list of the names (not values) of the variable members in the system or user class that is specified as the command argument.

Similar to expandObject, but does not scan the code for the values of a particular object instance.

For example:

getVariablesForClass cats 

If the class in the command argument is not found, or if the class does not have member variables, you receive an error message.

If issued by a macro, and the Macro Console is open, then the value is displayed in the Macro Console window.

Client menu: --
Introduced: Build 43