The way I see it is as followed:
If you got a decimal or an integer use FORMAT to see it as
a string. With DELCHR you can search in a string for a dot, comma,
spatial, etc..
The DELCHR function then deletes the character you're searching for.
When you have done this, display the string you've created.
But I found an easear way to do it. There is a Format property for textbox andif <standard format,1> is entered there,than textboxes output is displayed in an apropriate way.
Comments
The way I see it is as followed:
If you got a decimal or an integer use FORMAT to see it as
a string. With DELCHR you can search in a string for a dot, comma,
spatial, etc..
The DELCHR function then deletes the character you're searching for.
When you have done this, display the string you've created.
MaikelJ
But I found an easear way to do it. There is a Format property for textbox andif <standard format,1> is entered there,than textboxes output is displayed in an apropriate way.
But thanks anyway.