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> blistcshr()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 BLISTCSHR()
------------------------------------------------------------------------------
 Purpose:
 Get whether static and local variables are sharing the same memory space.

 Syntax:
 lValue = BLISTCSHR()

 Parameters:
 None.

 Returns:
 Logical value indicating whether static and local variables are sharing
 the same memory area.

 Description:
 This function indicates whether static, local and private variables in a
 CA-Clipper 5.x DOS extended or Windows program are all sharing the same
 memory area.

 Example:
 // Get whether static and local variables are sharing space                 
 //                                                                          
 ? "CA-Clipper static variables are"                                         
 if .not. BLISTCSHR()                                                        
    ?? " not"                                                                
 endif                                                                       
 ?? " sharing memory with 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() BLILOCUSE() BLISTCAVL() BLISTCTOT() BLISTCUSE()

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