Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How many symbols can by in the line?
Message
 
 
To
05/12/2001 18:09:30
Eugenijus Rimkus
SPAB Siauliu energija
Siauliai, Lithuania
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00590175
Message ID:
00590333
Views:
29
>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform