Op Mon, 30 Apr 2012 00:12:28 +0200 schreef Marcel Kilgus
<[email protected]>:

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.

Thanks for the insight.
I was puzzled because it had worked before.
But I did at one point replace the single var for the array var.
This line may have been untested since.
I'll check all my FOR loops and add this to my database of potential
errors.

Bob

--
The BSJR QL software site at: http://members.upc.nl/b.spelten/ql/
_______________________________________________
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm

Reply via email to