LIST.COMMON |
|
|
The LIST.COMMON command lists named common blocks.
Format
LIST.COMMON {DETAIL}
The LIST.COMMON command displays a list of all currently created QMBasic named common blocks for the process in which the command is executed.
The DETAIL option extends the display to show where the block was created.
Examples
LIST.COMMON SYS.FILES SCREEN.DATA
LIST.COMMON DETAIL SYS.FILES MYPROG SCREEN.DATA SHOW.SCREEN
See also: |