📄 code83a.txt
字号:
Public Sub Main()
Dim Counter As Integer
Counter = 1 ' Initialize the control variable
Do While Counter <= 100 ' Test the control variable
Debug.Print Counter ' Execute the statements
Counter = Counter + 1 ' Modify the control variable
Loop ' Iterate
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -