📄 ircpre2.bas
字号:
Attribute VB_Name = "Module1"
' This forces you to define all variables, good
' programming practice
Option Explicit
' This simply says any variable not defined
' a type, will default to integer
DefInt A-Z
'Global variables
Global Server As String 'server hostname
Global Port As String 'port number
Global Nickname As String 'my nickname
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -