ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Queue, stack, list and array functions / Array functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Warning
From version 25 (81), ArrayMix is kept for backward compatibility. This function has been replaced with ArrayShuffle.
Shuffles the elements of a WLanguage array.
Example
// Initialize shuffle
InitRandom()

// Fill the array
PlayList is array of strings
...

// Shuffle the array elements
ArrayShuffle(PlayList)
Syntax
ArrayMix(<WLanguage array>)
<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.
Business / UI classification: Neutral code
Component: wd290vm.dll
Minimum version required
  • Version 19
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 11/21/2023

Send a report | Local help