Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Warplink version 2.6 - <b>h_graphs() returns h_graph display as a string.</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
h_graphs()  Returns h_graph display as a string.
----------------------------------------------------------------------------------------

 Syntax:

 str_ret = h_graphs([used],[free])
 Used contains the character to use for used blocks; the default is
 CHR(178).  Free contains the character to use for free blocks; the
 default is CHR(254).

 Description:

 This function returns h_graph display as a string of used/free characters.
 Used characters are in the positions in the heap that are allocated.  Free
 characters occur where the blocks are free.

 This string enables you to control where the information is placed on the
 screen.


----------------------------------[ Example ]------------------------------------

     DO fragmenter  && a suspected memory fragmenter
     CLEAR
     str = h_graphs()
     win_disp( str )     && UDF to display str in a window

See Also: h_graph() h_pack() h_rept() h_walk()

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