Re: Export table mémoire

Posté par R&B le 8/9/2004 17:19:02
Le plus rapide : créer un fichier texte (fOuvre, fEcritLigne...) et utiliser hImporteTexte.
Attention aux rubrique (ordre) !

Pour le parcours :
i est un entier
J est un entier = tableoccurrence(table)
POUR i=1 A j
   fEcritLigne(eFic,NOMCOL1[i]+tab+NOMCOL2[i]...)
FIN

Cette contribution était de : http://old.wdforge.org/newbb/viewtopic.php?forum=12&topic_id=1274&post_id=5197