Difference between revisions of "Ar Append"

37 bytes added ,  14:29, 2 July 2014
added extra link
imported>Odessa
(Created)
 
imported>Odessa
(added extra link)
 
Line 1: Line 1:
{{Function
{{Function
  |origin = NVSE
  |origin = NVSE
  |summary = Added by NVSE V4. Appends to the end of an existing list array a new element.  
  |summary = Added by NVSE V4. Appends to the end of an existing regular array (list) a new element.  


The list array must have been initialized prior, for example by using [[Ar_Construct]] or [[Ar_List]]. This function can not be used to add elements to map or stringmap arrays.
The regular array must have been initialized prior, for example by using [[Ar_Construct]] or [[Ar_List]]. This function can not be used to add elements to map or stringmap arrays.


  |name = Ar_Append
  |name = Ar_Append
Line 20: Line 20:
let MyList := Ar_Construct "array"
let MyList := Ar_Construct "array"


Ar_Append MyList, SunnySmilesREF
Ar_Append MyList, SunnyREF
</pre>
</pre>
==See Also==
==See Also==
*[[Array Variables]]
*[[Array Variables]]
*[[Let]]
*[[Ar_Insert]]
*[[Ar_Resize]]
*[[Ar_Construct]]
*[[Ar_Construct]]
*[[Ar_List]]
*[[Ar_List]]
*[[Let]]
[[Category:Functions_(NVSE)]]
[[Category:Functions_(NVSE)]]
[[Category:Array Variables]]
[[Category:Array Variables]]
Anonymous user