scur ({<cursor>})
numeric
A screen position read via an interactive mouse operation. Two values are returned, an X coordinate and a Y coordinate. Screen coordinates run from left to right, and top to bottom.
<cursor>
The cursor to use 
 during the mouse operation. If omitted, the large crosshairs is used.
Use the default cursor.
numeric xy[2] = scur
Use a "hand" cursor.
numeric xy[] = scur(hand)
| 
 Commands:  | 
|
| 
 Identifiers:  | 
 tracking (procedure)  |