I know that exiting a loop with the goto command takes up mem, but does it also take up mem when it is used like this: If X=1 Then Goto X End (misc code) Lbl X It is not a loop but GOTO is still being used before END. >From Things that I have done it seems like this takes up some mem but not as much as exiting a loop. Paul