.NET开发
本类阅读TOP10
作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站
我想自定义一个数据类型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
?
相关软件: