golfinhu Posted August 4, 2010 Posted August 4, 2010 hi people, i need one more help in one question: how to i convert this: U$ 1.176,00 in this: U$ 1176,00 resume: how do I remove points from values above 1000?
cageman Posted August 4, 2010 Posted August 4, 2010 $stringwithoutdot = StringReplace("U$ 1.176,00", ".", "")
golfinhu Posted August 4, 2010 Author Posted August 4, 2010 course, as I have not thought of that before? x.x sorry for the 'ignorance' thanks again!
cageman Posted August 4, 2010 Posted August 4, 2010 no problem, just try to search the helpfile for string manipulations and try to find a solution, thats how i figure out most problems.
golfinhu Posted August 4, 2010 Author Posted August 4, 2010 okay, no problem, is that I am developing this application is 5 hours and I lost the ability to reason =p the code already has 380 lines x.x and... thank you so much!!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now