News:

PlayBASIC2DLL V0.99 Revision I Commercial Edition released! - Convert PlayBASIC programs to super fast Machine Code. 

Main Menu

Play Basic does not increment dimensions

Started by Bub, November 05, 2006, 05:49:44 PM

Previous topic - Next topic

Bub

`Play Basic does not increment dimensions:

dim c(100)

do  `-------------------begin---Loop

cls 0

inc c(1)  `---------incrementing c as in......c(1) = c(1) + 1

print c(1)   `-------- printing result in upper left corner

sync

wait 100

loop  `----------------------end of loop



kevin