Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strtran() / Stuff() / Padr() ???
Message
From
05/08/1999 00:09:04
 
 
To
04/08/1999 11:40:52
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00249697
Message ID:
00250062
Views:
26
Not that it would really matter here, but chrtran() is faster than strtran().

I like your solution...

Vlad

>>What is the best way to replace # Signs after . with 0 ??
>
>I belive the best way (with strings of course) is
>
>
lcInput='###,###,###.##'
>lcOutput=JUSTSTEM(lcInput)+'.'+STRTRAN(JUSTEXT(lcInput), '#', '0')
Much simpler.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform