Hi Wayne Zimmerle, hope you are having a nice day
Tuesday, 3 September 1996 18:50:00, Wayne Zimmerle wrote to All
Subject: Compiling question 1/2
Not really your question, but try something like this:
----------
FOR Rows% = 1 TO 6
PRINT Repeat$(7, "+" + String$(10, "-")) + "+"
FOR Times% = 1 TO 2
PRINT Repeat$(7, "|" + Space$(10)) + "|"
NEXT
NEXT
PRINT Repeat$(7, "+" + String$(10, "-")) + "+"
PRINT Repeat$(2, "|" + Space$(10));
PRINT "| [" + Time$ + "] USE THE KEYS BELOW TO CHANGE" + Space$(9) + "|"
PRINT Repeat$(2, "|" + Space$(10));
PRINT "|"+ Space$(25) + "CALENDARS print" + Space$(14) + "|"
PRINT Repeat$(2, "+" + String$(10, "-")) + "+" + String$(54, "-") + "+"
PRINT "| [LEFT] [DOWN] [PAGE DOWN] [HOME] [PAGE UP]";
PRINT " [UP] [RIGHT] |"
---------
This results in pretty much the same screen as all those print statements..
Not exactly, but usable I think...
>>> Marcel Veldhuizen <<<<<<<< * Origin: United Bbs Systems Europe MailGate to -> Fido USA (2:2802/337.0)
|