Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to separate an variable
Message
From
18/11/2017 15:16:19
 
 
To
18/11/2017 14:08:22
Mike Yearwood
Toronto, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Miscellaneous
Thread ID:
01655668
Message ID:
01655675
Views:
72
>>partno = 'abc defg hijkl'
>>into
>>partno[1] = 'abc'
>>partno[2] = 'defg'
>>partno[3] = 'hijkl'
>>
>
>partno = 'abc defg hijkl'
>?ALINES(laData, STRTRAN(m.partno," ",CHR(13)))
>CLEAR
>DISPLAY MEMORY LIKE laData

? Why not

partno = 'abc defg hijkl'
?ALINES(laData, m.partno,0, " ")
CLEAR
DISPLAY MEMORY LIKE laData
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform