func X3.EN_DATE_COPY_ARRAY(Date() DATE_ARRAY_IN, Date() DATE_ARRAY_OUT) : Integer

Copy all indices of an array to another array.

  • DATE_ARRAY_IN Date() Original table
  • DATE_ARRAY_OUT Date() Table copy
Return Integer Number of indices copied
Example

func X3.EN_DATE_COPY_ARRAY([L]DATES1, [L]DATES2)
Local variable DATES2 will be a copy of local variable DATES1