Use the CStr to convert a number into it’s string representation
pi = 3.14
Print CStr( pi ) ' Prints "3.14"
Posted in VBScript
Use the CStr to convert a number into it’s string representation
pi = 3.14
Print CStr( pi ) ' Prints "3.14"
Posted in VBScript
November 19th, 2008 at 12:19 pm
Not much worthable.