Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Chrtran() applied selectively
Message
From
04/06/2016 11:18:08
 
 
To
04/06/2016 02:59:46
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01636985
Message ID:
01636995
Views:
83
>If you have been able to locate the error portion, use something like
>
> substr(mstr,1 , pos-1) + '.' + substr(mstr, pos+1)
>
minimally faster and for my eyes easier to read...
 left(mstr, pos-1) + '.' + substr(mstr, pos+1)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform