tonumber()
如果出現"The string is non-numeric"
代表裡面有空值 or null
可以使用以下辨斷
if not (isnumeric({SCORELOG.ATTENDSCORE})) then
0
else
tonumber({SCORELOG.RECOUNTSCORE})+tonumber({SCORELOG.ADDSCORE})
參考
http://www.tek-tips.com/viewthread.cfm?qid=1076747&page=7
如果出現"The string is non-numeric"
代表裡面有空值 or null
可以使用以下辨斷
if not (isnumeric({SCORELOG.ATTENDSCORE})) then
0
else
tonumber({SCORELOG.RECOUNTSCORE})+tonumber({SCORELOG.ADDSCORE})
參考
http://www.tek-tips.com/viewthread.cfm?qid=1076747&page=7
沒有留言:
張貼留言