Bob Spelten wrote: > Can anyone explain this? > I found another UPUT/BPUT related strange bug. > > I have the following lines in my program: > FOR i%= 0 TO x(0,1) -1 : BPUT #c3%,aa$
Nothing to do with BPUT here. The problem is that you're using an array expression x(0,1) with more than one dimension in the FOR loop. SBASIC got a bug there. Marcel _______________________________________________ QL-Users Mailing List http://www.q-v-d.demon.co.uk/smsqe.htm
