I am trying to change the reciving the following values into a asp page, which I have created using vbscript.

The values are as follows:

50545555

and

-00133333.

I want to change these values before processing them , to decimal values e.g

50545555 to be 50.545555

and -00133333 to be -001.33333.

What is the variable in vbscript will allow me to do this as I am not from a visual basic background.

Please help me on this.


thanks and regards


asap