DefLng Statement
如果未指定類型宣告字元或關鍵字,則依字母範圍設定標準的變數類型。
Sub ExampleDefLng
xCount=123456789 ' xCount is an implicit long integer variable
Print VarType(Yes), zinc, Typename(Max) ' Result is: 3 0 Long
End Sub
Collabora Office 25.04 Help
如果未指定類型宣告字元或關鍵字,則依字母範圍設定標準的變數類型。
Sub ExampleDefLng
xCount=123456789 ' xCount is an implicit long integer variable
Print VarType(Yes), zinc, Typename(Max) ' Result is: 3 0 Long
End Sub