0 Members and 1 Guest are viewing this topic.
10 f$="##### ################ #####"20 n=128:m$="filename":t$="prg"30 do40 print using f$; n, chr$(34)+m$+chr$(34), t$50 loop
40 b$=chr$(34)+m$+chr$(34):print using f$; n, b$, t$
10 f$="##### ################ #####"15 dim t$(6): for i=1to6: read t$(i): next20 n=128:m$="filename":i=230 do40 print using f$; n, chr$(34)+m$+chr$(34), t$(i)50 loop60 data seq,prg,usr,rel,cbm,dir
So maybe it is a bug with PRINT USING , dynamic strings, garbage collection, and arrays?