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

 Syntax:
 NuValue = BLILOCAVL()

 Parameters:
 None.

 Returns:
 Available local and private variables space in Kb.

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

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

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