Hi, > Use it with only digits. OK, but how I could handle this: I overtook GamKuWa http://www.fishing-penguins.de/gamkuwa.html) for my use In the project , there are often Formated TextBoxValues like "0,00 €". Later the Value Is use to calculate.
So the author took Val to generate the Value of the TextBoxText. As I write in gambas2 has it work. How should I handle that better? I could give up the formated TextboxText, or do some like this?: Val(Replace(txt_Netto_erm_Rechnung.Text, " €", "")) to get the Value? Bye Gregor -- ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
