I have a text field I need to convert to numbers. There are both empty and non empty fields. I then need to show the numbers like this "1.234" and a "*" in the empty fields.
I have tried to convert the fields with Cint, but I get an #Error in the empty fields.
Is there any way to solve this??
Thanks in advance..
I have tried to convert the fields with Cint, but I get an #Error in the empty fields.
Is there any way to solve this??
Thanks in advance..