Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reading variables from a character delimited field.
Message
From
15/03/2001 11:35:28
Spencer Redfield
Managed Healthcare Northwest, Inc.
Portland, Oregon, United States
 
 
To
15/03/2001 06:31:18
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00484959
Message ID:
00485411
Views:
9
Hi,

How about the following as another way:

local lcMyVar
lcMyVar = "asdf;erwq;cew;wett;234c;2345dfs;qwerw"
? alines( aMyArray, strtran( lcMyVar, ";", chr(13) ) )

Got this idea from Vlad G. (sp?)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform