Skip to Content
0
Aug 30, 2007 at 06:04 AM

Converting a value to a number

61 Views

Hi,

Please find a small program code.

data : a(18),

result = a * 25 * 36 / 12.

My question is ..

'a' has a value 4,589. If I use this value in the calculation part, it gives me a dump.

I need to interpret this value as a number and use it for the calculation.

Kindly help me.

Thanks in advance.