<< Previous Message | Main Index | Next Message >> |
<< Previous Message in Thread | This Month | Next Message in Thread >> |
Date : Sat, 30 Oct 2004 16:37:48 +0100 (BST) From : Andrew W <a.weston2@...> Subject: Dimensioned area space If in BASIC I type: DIM A%-1 P.A%-TOP I get as expected: '0' If I type DIM A%-1 P.A%-TOP DIM G% 0 P.A%-TOP I get '1' as expected (I think I expected it anyway ;-)) However if I type: DIM A%-1 P.A%-TOP DIM GH% 0 P.A%-TOP I get '10' where is the memory going? regards, A.Weston --
<< Previous Message | Main Index | Next Message >> |
<< Previous Message in Thread | This Month | Next Message in Thread >> |