I was working on a small script in VB. I need to format a double number that is the result of division. Thus, after decimal places there can be many digits. I need to convert it to String with only two commas. I used this in C # with Double.ToString ("0. # ##"); is there any similar method in VBScript ..
please help ..
Himanshu
source
share