golfinhu 1 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? Share this post Link to post Share on other sites
cageman 4 Posted August 4, 2010 $stringwithoutdot = StringReplace("U$ 1.176,00", ".", "") Share this post Link to post Share on other sites
golfinhu 1 Posted August 4, 2010 course, as I have not thought of that before? x.x sorry for the 'ignorance' thanks again! Share this post Link to post Share on other sites
cageman 4 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. Share this post Link to post Share on other sites
golfinhu 1 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!! Share this post Link to post Share on other sites