Msg: 5303 *Conference*
08-12-94 23:38:16
From: COMET _
To : DAVID NORMAN
Subj: REPLY TO MSG #5299 (HOW DO YOU SET HIMEM?)
CLEAR string space, high memory CLEAR by itself clears all variables, closes open files, sets the available string space to 256 bytes, and releases all of available memory to BASIC. CLEAR 100,50000 clears all variables, closes all open files, sets the available string space to 100 bytes, and set 50000 as the highest memory address available to BASIC. (PAGE 129 of Owner's Manual)