func X3.FR_DECIMAL_COPIER_TABLEAU(Decimal() DECIMAL_TAB_IN, Decimal() DECIMAL_TAB_OUT) : Integer

Copie tous les indices d'un tableau dans un autre tableau

  • DECIMAL_TAB_IN Decimal() Tableau d'origine
  • DECIMAL_TAB_OUT Decimal() Tableau copie
Retour Integer Nombre d'indices copiés
Exemple

func X3.FR_DECIMAL_COPIER_TABLEAU([L]NB1, [L]NB2)
La variable locale NB2 sera une copie de la variable locale NB1