The childvar subcommand, can be used in place of an argument in a normal command.
"var(child,local variable)"
Argument |
Function |
child
|
The child that is holding the variable.. |
local variable
|
The local variable from which the value is being taken. |
The childvar command grabs the value saved in that child's local variable specified. This variable must been initalized previously with the initvar THEN/ELSE command on the child's end. The child must also have been create with the createchild THEN/ELSE command.
|