Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Carriage return
Message
From
10/06/2005 09:59:01
 
 
To
10/06/2005 09:50:30
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01022118
Message ID:
01022133
Views:
13
>I agree it is simpler - but are you sure it will be faster? I think the precompiler will simply replace CRLF with chr(13) + chr(10), and the end result will be identical.
>
>>A little simpler and it should execute faster:
>>
>>#DEFINE CRLF CHR(13)+CHR(10)
>>myString - cString1 + CRLF + cString2 + CRLF + cString3
>>
>>
>>Regards,

Borislav, Hilmar,

No, I'm not sure. But that's what I was told back when precompiler directives were added to the language. I believe the concept was that they were compiled as constants and didn't need to be evaluated at run time.

Regards,
Jim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform