Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Maximum character string a problem - help please
Message
De
18/03/2003 10:38:51
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00767033
Message ID:
00767048
Vues:
12
>Hi
>
>I am required to produce a csv file containing
>
>header record length 60 chars
>detail length upto 500 characters
>detail length upto 500 characters
>detail length upto 500 characters
>header record length 60 chars
>detail length upto 500 characters
>
>
>etc
>
>I can do this with low lever writes which works fine. My only problem is how can I create a string over the VFP limit of 254 characters?
>
>Colin Northway

Colin,
255 limit only applies to literal strings. ie:
lcString = "....longlong longer than 255" && error
lcString = filetostr('my2MegaBytesFile.fil') && OK
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform