Difference between revisions of "TargCurs"
From Wiki
Panther.sn (Talk | contribs) |
|||
| Line 1: | Line 1: | ||
| − | + | {{header|Extended|rw|The #targCurs system variable determines if cursor is a target cursor. It can also be written to, to get a target cursor.}} | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | {{rw}} | + | |
| − | |||
| − | |||
| − | |||
{| border="1" cellpadding="2" | {| border="1" cellpadding="2" | ||
| − | | | + | |+#targCurs Values |
| width=60px style="background:#ffdead;" | Value || width=200px style="background:#ffdead;" | Description | | width=60px style="background:#ffdead;" | Value || width=200px style="background:#ffdead;" | Description | ||
|- | |- | ||
| Line 17: | Line 10: | ||
|1 || Cursor is a target cursor. | |1 || Cursor is a target cursor. | ||
|} | |} | ||
| − | |||
| − | |||
==== Example ==== | ==== Example ==== | ||
| Line 34: | Line 25: | ||
</pre> | </pre> | ||
| − | + | ||
| − | { | + | {{footer}} |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
Revision as of 08:04, 27 August 2005
| ⇔ | The #targCurs system variable determines if cursor is a target cursor. It can also be written to, to get a target cursor. |
| Value | Description |
| 0 | Cursor is a normal cursor. |
| 1 | Cursor is a target cursor. |
Example
event SysMessage Target something! set #targCurs 1 targLoop: if #targCurs = 1 goto targLoop event SysMessage The ID of the target is #lTargetID halt
See also
| Main Page | Documentation |