Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with removing something from string
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00469416
Message ID:
00469469
Views:
27
>My problem is that I don't know, how did I spell it, e.g. it could be:
>Sitemstr
>SITEMSTR
>SiteMStr
>etc.
Does it matter?
Is this something like what you're talking about?
lcGarbageString=[hgjahgajhgTranMstrlkjalksdjlaskdjSiteMstrTranMstrlksjdlkajdlakjdlaksjdPropMstrlkjlkjlkjlkj]
lcCleanString=lcGarbageString
for c=1 to 3
lcCleanString=strtran(lcCleanString,substr("PropMstr  SiteMstr TranMstr",c*10-9,8),[REMOVED])
endfor
*lcCleanString=*hgjahgajhgTREMOVEDlkjalksdjlaskdjREMOVEDTREMOVEDlksjdlkajdlakjdlaksjdREMOVEDlkjlkjlkjlkj
Imagination is more important than knowledge
Previous
Reply
Map
View

Click here to load this message in the networking platform