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
Reverses the content of a one-dimensional array.
Example
arrAscendingArray is array of int
arrAscendingArray = [1,2,3,4,5,6,7,8,9,10]
// Reverses the array content
arrAscendingArray.Reverse()
// The array contains [10,9,8,7,6,5,4,3,2,1]
Syntax
<WLanguage array>.Reverse()
<WLanguage array>: Array
Name of the array variable to reverse. If this array contains several dimensions, only the first dimension is reversed.
Remarks
This function can be used on the associative arrays.
Component: wd290vm.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 02/01/2024

Send a report | Local help