WaitCursor

From NSB App Studio
Revision as of 21:05, 8 July 2012 by Brendon (talk | contribs) (Created page with "WAITCURSOR true|'''false''' '''Description''' Set WAITCURSOR to true to display a wait cursor. The design of the cursor depends on the device. Set it to false to turn the wa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

WAITCURSOR true|false

Description

Set WAITCURSOR to true to display a wait cursor. The design of the cursor depends on the device. Set it to false to turn the waitcursor off again.

Example

REM WAITCURSOR Example
WAITCURSOR TRUE
SLEEP 5000
WAITCURSOR FALSE