10-28-2024, 07:34 PM
(This post was last modified: 10-28-2024, 07:37 PM by AbsoluteBeginner.)
(10-28-2024, 07:27 PM)jrmrhrb00 Wrote: AB,
I put that in and it makes no difference. The program runs the same.
'small basic array
For i = 1 To 10
name[i]=math.GetRandomNumber(10)
LDArray.SetValue(status, i, Math.GetRandomNumber(10))
EndFor
The above code is the way that you generate a small basic array which is what this is supposed to do. I know this works. Yours works too, but it didn't fix anything.
JR,
This is because we haven't fixed all the bugs yet.
Please tell us WHAT exactly you want to get as a result of the program work?