buffers( ) Function

Description:
  The buffers() function returns the number of system buffers allocated.  

Syntax:
  retval = buffers()

Parameters:
  numeric: retval The number of system buffers allocated.

Platforms:
  Windows, DOS, Internet Active Pages



Example:

	local retval
	retval = buffers()
	
	println( retval )

  

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