I have a very large program, however, there are a lot of areas that have repeat commands such as:
SETLCD 0,0, CHR$(1)
SETLCD 1,1,A$
Is there anyway to put the entire "SETLCD...." into a string?
Or any other tips for space saving would be appreciated.