buffers( ) Function
Description:
| |
The buffers() function returns the number of system buffers allocated. |
|
Syntax:
Parameters:
| |
numeric: retval |
The number of system buffers allocated. |
Platforms:
| |
Windows, DOS, Internet Active Pages |
Example:
local retval
retval = buffers()
println( retval )
|
|