Window Operations * SCW.

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > Window Operations > SCW. - Search-Child-Window >

Window Operations * SCW.

"Q" - Flag "Repeat Prototype"

Previous Top Next


MiniRobotLanguage (MRL)

 

"Q" - Flag "Repeat Prototype"

Search Child Window

 

 

Intention

 

This flag will just repeat the Prototype that was last used with SCW. or ICW.

 

STW.c|WindowClass

SCW.ct|button|Next

MMV.

' this will do the same

STW.Q|WindowClass

SCW.Q|button|Next

MMV.

 

Note that there is another way of repeating the last SCW. or ICW.. That is, to just leave the whole parameter part empty.

 

STW.c|WindowClass

SCW.ct|button|Next

MMV.

 

' this will do the same

STW.

SCW.

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:

 

    1. STW. - Decription

    SCW - Search-Child-Window

    3.2 Standard-Search Pattern