Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to parse a string
Message
From
04/12/2002 19:47:48
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
04/12/2002 19:36:29
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00729690
Message ID:
00729699
Views:
13
>Thank you for your prompt reply, but if I have a combination of “;” and a space before or after it the command STRTRAN(lstring,” “,”;”) will result in “;;”
>
>Thank you
>Yelena
MyString = StrTran(MyString, " ", ";")
do while ";;" $ MyString
  MyString = StrTran(MyString, ";;", ";")
enddo
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform