func X3.FR_TEXTE_COPIER_TABLEAU(Char() TEXTE_TAB_IN, Char() TEXTE_TAB_OUT) : Integer

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

  • TEXTE_TAB_IN Char() Tableau d'origine
  • TEXTE_TAB_OUT Char() Tableau copie
Retour Integer Nombre d'indices copiés
Exemple

func X3.FR_TEXTE_COPIER_TABLEAU([V]GFCYDEF, [L]SITES)
La variable locale SITES sera une copie de la variable globale GFCYDEF