func X3.EN_INTEGER_COPY_ARRAY(Integer() INTEGER_ARRAY_IN, Integer() INTEGER_ARRAY_OUT) : Integer

Copy all indices of an array to another array.

  • INTEGER_ARRAY_IN Integer() Original array
  • INTEGER_ARRAY_OUT Integer() Table copy
Return Integer Number of indices copied
Example

func X3.EN_INTEGER_COPY_ARRAY([L]NB1, [L]NB2)
Local variable NB2 will be a copy of local variable NB1