I am new in vb i want to design a function that returns a custom data types. for this purpose structure is located in the code file in which i declare
Class Form
Private Customers(7) As Customer
Private Cust As Customer
Private CurrentIndex As Integer
End Class
but i got the error message
name currentindex is not declare and name customers is not declare.
i am attacing word file .can anyone help me.
Class Form
Private Customers(7) As Customer
Private Cust As Customer
Private CurrentIndex As Integer
End Class
but i got the error message
name currentindex is not declare and name customers is not declare.
i am attacing word file .can anyone help me.