Difference between revisions of "Template:Result"
From Wiki
(→Result) |
|||
Line 15: | Line 15: | ||
|- | |- | ||
| [[opts|#opts]] || {{ro}} || Determines which EasyUO configuration options are active | | [[opts|#opts]] || {{ro}} || Determines which EasyUO configuration options are active | ||
− | |||
− | |||
|- | |- | ||
| [[lpc|#lpc]] || {{rw}} || Determines the number of lines that are executed per cycle | | [[lpc|#lpc]] || {{rw}} || Determines the number of lines that are executed per cycle | ||
|} | |} |
Latest revision as of 09:14, 13 September 2007
Result
- Result variables hold values that are the direct by-product of actions taken by commands in a script. The exact details of what they contain is determined by the command and variable.
#menuButton | ⇔ | Returns the name of the last clicked menu Button |
#menuRes | ⇒ | Returns the result of the last menu Get or menu GetNum command |
#sendHeader | ⇔ | Holds HTTP header information for the send command |
#strRes | ⇔ | Returns the result of the last str command |
#property | ⇒ | Returns the result of the last event Property command |
#result | ⇔ | Returns the result of the last return command |
#opts | ⇒ | Determines which EasyUO configuration options are active |
#lpc | ⇔ | Determines the number of lines that are executed per cycle |