Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy to Delim
Message
 
À
26/02/2000 22:51:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00337856
Message ID:
00338154
Vues:
15
>If outputting just character fields,
SELECT field1+CHR(9), field2+CHR(9), field3 ;
>FROM table INTO CURSOR temp
>COPY TO FileName TYPE SDF
>
>If non-character must be output,
SELECT TRANSFORM(field1)+CHR(9), ....
Easy and should execute the fastest.
Excellent :)
Michael McLain
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform