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> blilocuse()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 BLILOCUSE()
------------------------------------------------------------------------------
 Purpose:
 Get the used local and private variables space.

 Syntax:
 nuValue = BLILOCUSE()

 Parameters:
 None.

 Returns:
 Used local and private variables space in Kb.

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

 Example:
 // Get the used local and private variables space                           
 //                                                                          
 ? "There are currently", BLILOCUSE()                                        
 ?? " 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() BLILOCTOT() BLISTCAVL() BLISTCSHR() BLISTCTOT() BLISTCUSE()

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