VBScript Function - Microsoft

Cint:- Convert a numeric or string to integer data type. Syntax. Cint(expression) E.g.: Cint(32155) ( 32155 the number must be in integer data range. CLng:- Convert a numeric or string to long data type. Syntax. Clng(expression) E.g.: Clng(1233) ( 1233 the number must be in long data range. CSng:- Convert a numeric or string to single data type ... ................
................