VBA 中的 String 就是用來儲存字串(文字)的變數類型,其宣告與定義的方式跟 ... Dim text As String text = "Hello World" Dim textLen As Integer ...
確定! 回上一頁