10-28-2024, 07:14 PM
(10-28-2024, 07:06 PM)jrmrhrb00 Wrote: AB,
Yes. The same code. For the LDArray.sort status is supposed to be a LDArray, but that fails. Maybe it's a code bug in theLitDev extension.
JR
But in this code, line status[i]=Math.GetRandomNumber(10) is incorrect.
There should be line LDArray.SetValue(status, i, Math.GetRandomNumber(10)) instead.