TargCurs
From Wiki
Revision as of 21:37, 15 August 2005 by Panther.sn (Talk | contribs)
#targCurs
Extended System Variables
Description
⇔
The #targCurs system variable determines if cursor is a target cursor. It can also be written to, to get a target cursor.
Table 33. #targCurs values.
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
target |
Main_Page | Documentation | Extended System Variables |