Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Blinker 5.10 Online Reference - <b> bliloctot()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 BLILOCTOT()
------------------------------------------------------------------------------
 Purpose:
 Get the total local and private variables space.

 Syntax:
 nuValue = BLILOCTOT()

 Parameters:
 None.

 Returns:
 Total local and private variables space in Kb.

 Description:
 This function returns the total number of Kb of memory the program may use
 for local and private variables in a CA-Clipper 5.x DOS extended or Windows
 program.

 Example:
 // Get the total local and private variables space                          
 //                                                                          
 ? "This program may create up to", BLILOCTOT()                              
 ?? " Kb of CA-Clipper local and private variables"                          

 Notes:
 Please refer to the section `Increased Eval stack in DOS extended
 and Windows programs' for more details on using this function.

See Also: BLILOCAVL() BLILOCUSE() BLISTCAVL() BLISTCSHR() BLISTCTOT() BLISTCUSE()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson