Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The biggest mistake of the season :)
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01124333
Message ID:
01124441
Views:
17
>You asked for it :)
>
>#DEFINE ccCRLF CHR(13) + CHR(10)
>IF lnPayment_Arrangement > 0
>	.cProblemText = .cProblemText + ccCRLF + ;
>		TRANSFORM(lnPayment_Arrangement) + " accounts have payment arrangements"
>ENDIF
>...
>* Get rid of extra new-line at the beginning
>.cProblemText = SUBSTR(.cProblemText,3)	
>
Yes, that's much simpler, you're right. I'll ask my colleague tomorrow to let me re-code it one more time.

Thanks again <g>
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform