請問以下點解
Str(a_DataSet.Tables("abc").Rows("def"))
abc 是什麼?
def 是什麼?
Dim temp As Integer
temp = Int(a_DataSet.Tables("abc").Rows("def"))
display.Text = temp
run時有以下error:
Input string was not in a correct format
是什麼意思? 怎樣solve??
thx!