Window Operations * STW.

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > Window Operations > STW. - Search Top Window >

Window Operations * STW.

"Q" - Flag "Repeat Prototype"

Previous Top Next


MiniRobotLanguage (MRL)

 

"Q" - Flag "Repeat Prototype"

Search Top Window

 

 

Intention

 

This flag will just repeat the Prototype that was last used with STW. or ITW. or any otehr Top-Window search instruction.

 

STW.c|WindowClass

MMV.

' this will do the same

STW.Q|WindowClass

MMV.

 

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

 

STW.c|WindowClass

MMV.

' this will do the same

STW.

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.

 

 

Example

 

'#EXE:?pfad\

'#SPI:ForceWrite

'

STW.c|WindowClass

MMV.

' this will do the same

STW.Q|WindowClass

MMV.

ENR.

 

 

 

 

Remarks

 

STW. and ITW. share the same parameter store. Therefore if you have localized the window with ITW. then you can also use these parameters for STW. and vice versa.

 

 

Limitations:

 

-

 

 

See also:

 

-