Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Chrtran() applied selectively
Message
From
07/06/2016 03:25:15
 
 
To
07/06/2016 03:17:20
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01636985
Message ID:
01637046
Views:
59
>>
>>Hi Karen:
>>
>>Another solution here :D
>>
>>Considering that there are always three "parts" separated by ":" symbol, this will do it in pure VFP:
>>
>>
>>mstr='1st-title: ANAME-HER : 3520931 place[21-22]'
>>? GETWORDNUM(mstr, 1, ':') + ':' + GETWORDNUM(mstr, 2, ':') + ':' + CHRTRAN(GETWORDNUM(mstr, 3, ':'), '-', '.')
>>
>
>
>Yes, but it turns out that the hyphen is not always a hyphen

...and in that case you add all the symbols you want to replace in the 1st part. What is the problem? I don't see it
Fernando D. Bozzo
Madrid / Spain
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform