Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using FWRITE() to add characters to text file
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01081854
Message ID:
01081872
Vues:
10
Amy,

Apparently I do not understand the problem correctly, if you already know the length of each field, why don't you use that information in the append from command?
CREATE CURSOR curNewFile(field1 c(nFieldLen1),field2 c(nFieldLen2),field3 c(nFieldLen3), .., fieldN c(nFieldLenN))
APPEND FROM (cFilename) SDF
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform