function toInteger(str,num) str=trim(str) if str="" or not isnumeric(str) then toInteger=num else toInteger=clng(str) end if end function Rem 將字符串轉(zhuǎn)換為雙精度型數(shù)據(jù) function toDouble(str) str=trim(str) if str="" or not isnumeric(str) then toDouble=0.0 else toDouble=cdbl(str...
CDbl 函數(shù) x Chr 函數(shù) x CInt 函數(shù) x Class 對(duì)象 x Class 語(yǔ)句 x Clear 方法 x CLng 函數(shù) x Color 常量 x Comparison 常量 x Concatenation 運(yùn)算符 (&) x Const 語(yǔ)句 x Cos 函數(shù) x Createobject 函數(shù) x CSng 函數(shù) x CStr 函數(shù) x Date 和 Time 常量 x Date Format 常量 x ...