func X3.EN_SHORTINT_COPY_ARRAY(Shortint() SHORTINT_TAB_IN, Shortint() SHORTINT_TAB_OUT) : Integer

Copy all indices of an array to another array

  • SHORTINT_ARRAY_IN Shortint() Original array
  • SHORTINT_ARRAY_OUT Shortint() Table copy
Return Integer Number of indices copied
Example

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