浅谈VB中的变量使用 摘 要:变量的使用是VB程序设计中必不可少的重要环节,而在教学中变量的使用技巧没有得到足够的重视,学生的掌握程度不佳。本文着重探讨了变量类型的使用问题,对VB中变量使用的各种情况总结分析。
关键词:VB程序设计;变量类型;
Talk about the Variables to Use in VB
Abstract:The variable use is in the VB programming the essential important link, but the variable use skill has not obtained the enough value in the teaching, the student grasps the degree not to be good. This article has discussed the variable type use question emphatically, variable use's each kind of situation summarizes the analysis to VB in.
Key words: VB program design; Variable type;
目 录
摘 要 1
引言 1
1. VB中变量的定义方法及作用域 2
1.1定义变量的常用方法 2
1.1.1 用类型说明符来标识 2
1.1.2 在定义变量时指定其类型 2
1.1.3 用DefType语句定义 4
1.2 变量的作用域 5
1.2.1局部变量 5
1.2.2模块变量(窗体变量和标准模块变量) 6
1.2.3全局变量 6
2.变量在实际应用中出现的问题及解决方案 7
2.1 变量在使用时出现的溢出问题 7
2.1.1 VB错误6溢出 7
2.1.2数据计算溢出 9
2.1.3 整型变量溢出 10
2.2 慎用变体型变量 10
结束语 11
参考文献 12
致谢 13,3156
[1] [2] [3] [4] [5] [6] [7] 下一页