csrwait( ) Function

Description:
  The csrwait function displays the wait cursor.  

Syntax:
  csrwait( status )

Parameters:
  numeric: status Cursor on = 1. Cursor off = 0.

Platforms:
  Windows, DOS, Internet Active Pages



Example:

	println("Hello, Wait for 5 seconds")
	csrwait(1)
	delay(5000,0)
	println()

	println("Time's up")
	csrwait(0)

  

(c) 2000-2001 by West Coast Web Adventures, Inc., All Rights Reserved