R
Ron Berns
I am still learning to write code and I know this has to be an easy one,
but for the life of me I cannot get this to work.
I have a string that I want to convert to a number when I put in in the
Table. The records look like this:
162.96
131.28
-30.60
186.24
232.80
When I put them into the table they look like this:
163
131
-31
186
233
My field is set up as Number, Long Integer, Decimal Places = 2
Thanks in advance.
Ron
but for the life of me I cannot get this to work.
I have a string that I want to convert to a number when I put in in the
Table. The records look like this:
162.96
131.28
-30.60
186.24
232.80
When I put them into the table they look like this:
163
131
-31
186
233
My field is set up as Number, Long Integer, Decimal Places = 2
Thanks in advance.
Ron