I want to customize a data type EMPLOYEE, but I am running out! Where is wrong?
Private sub flow_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
?