Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I split strings with | in them?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00214427
Message ID:
00214524
Views:
17
Hi Erik!

>I don't understnad "return sign". Do you mean you want to put a carriage return in the results instead of "|"? If so, in VFP, carriage return is CHR(13). If you need a line feed as well, it's CHR(13) + CHR(10).
>
>If you mean that you want to leave the "|" in your results, then remove the "-1" from my code example; I put that there specifically to remove the character.

That's it! I meant the carriage return! And now it's working. I can now split them in two or more parts. Thanks alot!
---
Greetings,

Michiel Willems
Willems Advies & Automatisering

E-Mail: willems@automatisering.nu
Website: www.automatisering.nu
ICQ: 10430590
Previous
Reply
Map
View

Click here to load this message in the networking platform