Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to format multi-line records correctly
Message
 
 
To
09/05/2008 02:59:04
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:
01315993
Message ID:
01316034
Views:
18
>Hi Naomi,
>
>just concat those strings and convert unwanted characters into blank.
>
>
>c1 = [START c1 ... c1 Line 1] + CHR(13) + [c1 Line 2] + CHR(13)
>c2 = [START c2 ... c2 Line 1] + CHR(13) + [c2 Line 2] + CHR(13)
>
>c3 = STRTRAN(c1+c2,CHR(13),[ ])
>
Hi Thomas,

I don't think this would work.

I started to change it yesterday myself adding Number of lines per each phone type, then using a loop for max(lnNumber1, lnNumber2, etc.) but I haven't chance to finish.

Besides, I'm thinking it's not really going to help and I may just abandon the idea...
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