Hello Guys,
I have a character field of 15 length, but the data in this is like Decimal 13, 3.
Ex: 200000.000- <- it?s a character filed but data is in Dec format, pls. see the ??? value at the end.
Now I need to convert this to a negative Integer, any Idea ??????
Int(200000.000-) is giving me junk ++++++++++++++.
Thanks!! in advance.
I have a character field of 15 length, but the data in this is like Decimal 13, 3.
Ex: 200000.000- <- it?s a character filed but data is in Dec format, pls. see the ??? value at the end.
Now I need to convert this to a negative Integer, any Idea ??????
Int(200000.000-) is giving me junk ++++++++++++++.
Thanks!! in advance.




Comment