<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>6 Jul 2017 07:11:00 Z</lastBuildDate><pubDate>4 Jul 2017 12:54:00 Z</pubDate><description>Hello,&#13;
&#13;
I am loading values to an array as entered by user.&#13;
&#13;
After enters all the values I want to randomize the array elements order so the user entered values gets shuffled and they are not in the sequence as entered by user.&#13;
&#13;
For this the online help refers to a function called ArrayMix but that function is not available in WM20.&#13;
&#13;
How can the shuffle the values in an array in a random way order?&#13;
&#13;
TIA</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61554-wm20-how-randomize-shuffle-array-items-order/read.awp</link><title>[WM20] - How to randomize (shuffle) an array items order</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61554-wm20-how-randomize-shuffle-array-items-order-61590/read.awp</comments><pubDate>6 Jul 2017 07:11:00 Z</pubDate><description>Fabrice,&#13;
&#13;
Thanks for the code.&#13;
&#13;
I have now got it rolling. :)</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61554-wm20-how-randomize-shuffle-array-items-order-61590/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61554-wm20-how-randomize-shuffle-array-items-order-61590/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61554-wm20-how-randomize-shuffle-array-items-order/read.awp">[WM20] - How to randomize (shuffle) an array items order</source><title>Re: [WM20] - How to randomize (shuffle) an array items order</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61554-wm20-how-randomize-shuffle-array-items-order-61556/read.awp</comments><pubDate>4 Jul 2017 13:48:00 Z</pubDate><description>Hi&#13;
&#13;
Just use the random instruction.&#13;
&#13;
Something like this will do the trick:&#13;
iRandom is int&#13;
For i=1 to arraysize&#13;
//select…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61554-wm20-how-randomize-shuffle-array-items-order-61556/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61554-wm20-how-randomize-shuffle-array-items-order-61556/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61554-wm20-how-randomize-shuffle-array-items-order/read.awp">[WM20] - How to randomize (shuffle) an array items order</source><title>Re: [WM20] - How to randomize (shuffle) an array items order</title></item></channel></rss>
