繁体中文
设为首页
加入收藏
当前位置:.Net技术首页 >> 评论及其它 >> 学习VB时 自定义类型type 出错 请前辈给看看

学习VB时 自定义类型type 出错 请前辈给看看

2005-01-09 20:52:41  作者:password  来源:互联网  浏览次数:10  文字大小:【】【】【
简介:我想自定义一个数据类型employee, 可是运行出错!请问错在哪里? Private Sub Form_Click() Private Type employee emp_no ?As Integer End Type Dim wo As emplyee wo.acc_int = 7890 Print "integer=";...
关键字:前辈 类型 学习 type

我想自定义一个数据类型employee, 可是运行出错!请问错在哪里?

Private Sub Form_Click()

Private Type employee

emp_no ?As Integer

End Type

Dim wo As emplyee

wo.acc_int = 7890

Print "integer="; wo.acc_int

End Sub

?

责任编辑:admin
相关文章