Text) Mod Val(Text2.Text). End Sub. Private Sub Command8_Click(). Text3.Text = Val(Text1.Text) + Val(Text2.Text) ... Val(s):將(字串資料s)轉換成數值資料.
確定! 回上一頁