Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Chrtran() applied selectively
Message
From
07/06/2016 03:17:20
 
 
To
07/06/2016 02:58:33
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01636985
Message ID:
01637044
Views:
71
>
>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
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform