[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
+---------------------------------+
| DISPLAY MEMORY |
+---------------------------------+
DISPLAY MEMORY [LIKE <skel>]
[TO PRINTER | TO FILE <file>]
[NOCONSOLE]
-----------------------------------
Displays contents of memory variables and arrays.
-----------------------------------
DISPLAY MEMORY shows the name, type, contents and status of all
currently defined memory variables and memory variable arrays. It also
displays the number of memory variables defined, the number of bytes
used and the number of additional memory variables available. These
limits can be increased in your FoxPro configuration file.
Definitions for menu bars and pads, popups and windows are displayed in
addition to system memory variables.
Clauses
-------
LIKE <skel>
Selectively display memory variables and arrays.
TO PRINTER | TO FILE <file>
Directs display to printer or disk file.
NOCONSOLE
Including NOCONSOLE suppresses output to the screen or the active
window.
+---------------------------------+
| Program Example |
+---------------------------------+
In this example, several memory variables are created and assigned
values. DISPLAY MEMORY is used to show all memory variables that begin
with three letters "sam" and then to display all memory variables that
contain five letters and end with "exit".
STORE 'Goodbye' TO sample1
STORE 'Hello' TO sample2
STORE .T. TO texit
STORE .T. TO mexit
DISPLAY MEMORY LIKE sam*
DISPLAY MEMORY LIKE ?exit
-----------------------------------
See Also: DECLARE, DIMENSION, LIST, STORE
-----------------------------------
See Also:
DECLARE
DIMENSION
LIST
STORE
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson