Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parse string into array or a cursor
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01585117
Message ID:
01585118
Vues:
78
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform