AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de colas, pilas, listas y arrays / Funciones de arrays
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 given position in a one-dimensional array.
Example
AnArray is array of AClass
AnObject is AClass
AnArray.InsertReference(InsertionIndex, AnObject)
Syntax
<WLanguage array>.InsertReference(<Index> , <Object>)
<WLanguage array>: Array
Name of the Array variable to use. This array must be a one-dimensional array.
<Index>: Integer
Index where the element will be inserted into the array.
<Object>: Object
Name of the object whose reference is added to the array.
Component: wd290vm.dll
Versión mínima requerida
  • Versión 24
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/06/2023

Señalar un error o enviar una sugerencia | Ayuda local