Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reading variables from a character delimited field.
Message
From
14/03/2001 17:48:34
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00484959
Message ID:
00485087
Views:
15
>Hello, I have a field in my database that holds information for me that is Semi-Colon Delimited. Is there a function in VFP to read the variables to an array or a group of variables?
>
>PHP has a function like this and I was hoping VFP does too.
>
>Thank you,
>Bryan Smith

lnVarCount = alines(laVars, strtran(fieldname, ";", chr(13)))
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform