我想自定义一个数据类型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
?
本文地址:http://com.8s8s.com/it/it44080.htm