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> blimemmax()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 BLIMEMMAX()
------------------------------------------------------------------------------
 Purpose:
 Get largest free CA-Clipper memory block.

 Syntax:
 nlValue = BLIMEMMAX()

 Parameters:
 None.

 Returns:
 Size of largest free memory block in bytes.

 Description:
 This function returns the size in bytes of the largest available block of
 dynamic memory. Dynamic memory is the memory used by CA-Clipper to store
 all temporary values of variables and buffers while an application is
 running.

 This can be used to prevent the failure of memory intensive operations such
 as MEMOEDIT() which require large blocks of contiguous memory for successful
 operation.

 Example:
 // Get the size of the largest available block                              
 //                                                                          
 ? "The largest available block of memory is"                                
 ?? BLIMEMMAX(), "bytes"                                                     

See Also: BLIMEMAVL() BLIMEMUSE()

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