|
<< Click to Display Table of Contents >> Navigation: »No topics above this level« "Q" - Flag - ICW. |
MiniRobotLanguage (MRL)
"Q" - Flag "Repeat Prototype"
Search Child Window
Intention
This flag will just repeat the Prototype that was last used with ICW. or ICW.
STW.c|WindowClass
ICW.ct|button|Next
MMV.
' this will do the same
STW.Q|WindowClass
ICW.Q|button|Next
MMV.
Note that there is another way of repeating the last ICW. or ICW.. That is, to just leave the whole parameter part empty.
STW.c|WindowClass
ICW.ct|button|Next
MMV.
' this will do the same
STW.
ICW.
MMV.
While "Q" will only retype the prototypes internally. Leaving the parameters away, will retype the whole parameters, including the prototypes, using those from last time the command was called.
Short Examples:
-
Example
-
Remarks
-
Limitations:
See also: