Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How many symbols can by in the line?
Message
 
 
À
05/12/2001 18:09:30
Eugenijus Rimkus
SPAB Siauliu energija
Siauliai, Lithuania
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00590175
Message ID:
00590333
Vues:
28
>>Eugenijus,
>>From the Help on Capacities - System:
>>Maximum # of fields per record(1) 255
>>You can't build a cursor/table with more fields than that.
>>HTH.
>
>Thanks,
>
>possibly I formulate queastion not very specifically...
>I want to ask how many symbols can by in the line where I am writing code. (in the method)
>
>Thanks
>Eugenijus

You always can split long line by portions, e.g.
lcString = 'select fild1, field2' + ;
'field3, field4' + ;
...
sqlexec(..., lcString)
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform