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
Adds the reference of an object at the last position in a one-dimensional array.
Example
AnArray is array of AClass
AnObject is AClass
ArrayAddReference(AnArray, AnObject)
Syntax
<Result> = ArrayAddReference(<WLanguage array> , <Object>)
<Result>: Integer
Index of the array the element was added to.
<WLanguage array>: Array
Name of the Array variable to use. This array must be a one-dimensional array.
<Object>: Object
Name of the object whose reference is added to the array.
Component: wd290vm.dll
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help