标题:[求助]事件中为什么不允许使用private定义变量?
取消只看楼主
mfantastic
Rank: 1
等 级:新手上路
帖 子:6
专家分:0
注 册:2006-8-4
 问题点数:0 回复次数:0 
[求助]事件中为什么不允许使用private定义变量?
我写了段代码

Private Sub Command1_Click()
Static clickcounter As Integer
Private text As dtring
clickcounter = clickcounter + 1
text = clickcounter
MsgBox ("点击次数:" & text)
End Sub

到private的时候就编译不过
错误信息:Invalid attribute in Sub or Funtion
请帮忙解决,谢谢!
搜索更多相关主题的帖子: 变量 private 定义 
2006-08-08 10:29



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-82739-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.700672 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved