PDA

View Full Version : Crash when using array element as for loop counter



Frank Cheng
18-May-2009, 11:57 AM
Here is an example



Use DfAllEnt
Integer[1] i
Move 0 to i[0]
For i[0] From 0 to 3
Showln "Hello"
Loop


The program would crash after the first "Hello".

Frank Cheng

Marcia Booth
21-May-2009, 02:51 PM
Hi Frank.

This is also an issue in 14.1. I logged it as BT 5481. Thank you.