func X3.EN_DECIMAL_COPY_ARRAY(Decimal() DECIMAL_ARRAY_IN, Decimal() DECIMAL_ARRAY_OUT) : Integer

Copy all indices of an array to another array

  • DECIMAL_ARRAY_IN Decimal() Original array
  • DECIMAL_ARRAY_OUT Decimal() Table copy
Return Integer Number of indices copied
Example

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