|
|
|
|
|
<Array>.Shuffle (Function) In french: <Tableau>.Mélange
Warning
From version 25 (83), Array variable.Mix is kept for backward compatibility. This function has been replaced with <Array>.Shuffle.
Shuffles the elements of a WLanguage array.
InitRandom()
PlayList is array of strings
...
PlayList.Shuffle()
Syntax
<WLanguage array>.Shuffle()
<WLanguage array>: Array variable WLanguage array to use. This array can contain from 1 to N dimensions. Remarks - The array element shuffle is based on the generation of random numbers. You must use InitRandom to reinitialize the shuffle.
- This function cannot be used on the associative arrays.
- If the array includes several dimensions, the shuffle is performed through the different dimensions.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|