10-28-2024, 07:27 PM
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.
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.