10-28-2024, 07:58 PM
(This post was last modified: 10-28-2024, 07:59 PM by AbsoluteBeginner.)
(10-28-2024, 07:45 PM)jrmrhrb00 Wrote: AB,
This got started because of the LitDev challenge. Then I used the LDArray.sort option and can't get it to work.
JR
JR,
I see.
In this case, your algorithm of actions should be approximately as follows:
- create an empty LDArray (for example, “status”);
- fill this empty array with random numbers;
- perform sorting of the filled array using the LDArray.Sort() method.
AB