Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parse string into array or a cursor
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01585117
Message ID:
01585118
Views:
79
This message has been marked as the solution to the initial question of the thread.
>Hi,
>
>I was wondering if there is a function or feature in VFP 9 that would allow me to extract sub-strings from a string, delimited by some character.
>For example, say my delimiter is chr(254) and I have the following string:
>
>cLongString = "some string1chr(254)some string2chr(254)somestring3chr(254)"
>
>I know how to parse the long string using ATCC() and SUBSTR() with a DO WHILE. But I was wondering if there is a more efficient way to get the sub-strings in an array or a cursor or just one sub-string at a time.
>
>TIA

Take a look at ALINES() function in Help.
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