StrToNum -  (內建函數) 字串函數
語法:
將傳入的字串轉成數值後回傳
回傳數值 = StrToNum(字串)
說明:

範例:

Value1 = StrToNum("123.45");  // Value1 = 123.45

請參考NumToStr函數