Difference between revisions of "Ar Cat"

393 bytes added ,  16:44, 21 March 2017
no edit summary
imported>Pintocat
imported>Pintocat
Line 1: Line 1:
{{Function
{{Function
  |origin = LU
  |origin = LU
  |summary = Concatentates arrays, returning the combined result.
  |summary = Concatentates arrays, returning the combined result. JIP NVSE Plugin v40 merged Lutana NVSE plugin v19. '''As of JIPv40, This function's syntax was changed from Lutana v19.'''
  |name = ar_Cat
  |name = ar_Cat
  |alias = pinto_Cat
  |alias = pinto_Cat
Line 7: Line 7:
  |arguments =  
  |arguments =  
   {{FunctionArgument
   {{FunctionArgument
   |Name = base
   |Name = baseArrayID
   |Type = array
   |Type = int
   }}{{FunctionArgument
   }}{{FunctionArgument
   |Name = toadd
   |Name = toAddArrayID
   |Type = array
   |Type = int
   }}
   }}
}}
}}
== Example ==
array_var arrA
array_var arrB
int iArrAID
int iArrBID
...
set iArrAID to arrA
set iArrBID to arrB
let arrA := ar_Cat iArrAID iArrBID
== Old Syntax (Lutana standalone) ==
(concatenatedArray) ar_Cat arrayToAddTo:array arrayToAdd:array
==See Also==
==See Also==
[[Array_Variables]]
[[Array_Variables]]
Anonymous user