Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Length of Coding Statements
Message
From
30/01/2007 15:02:07
Mike Yearwood
Toronto, Ontario, Canada
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01190598
Message ID:
01190606
Views:
12
>Does anyone know if there is a setting to allow the length of a line of code extend to more than 254 in the method windows?

There's no such limit in a method. There is such a limit in the property sheet for a property. I'm guessing that's what you mean. :)

Don't enter longish properties in the property sheet. Do it in code usually in the init of the object.

text to this.property
lots of text or formulas or whatever
endtext

HTH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform