2015-07-10 52 views

回答

1

我認爲你應該使用這樣的:

Dim GSTPrice As Double = Val(txtGst.Text)/100 * Val(txtSubTotal.Text) 

爲txtGst.Text是一個字符串,你不能用100

把它