Hi, i am a newbie for vb.net. here is an issue i am trying to declare structure but its giving me error invalid name space, please someone help me, i'll be thankful to you. i know it will be very small problem but as i mentioned i am a newbie so please help me out. below is code chunk.
Structure Customer
Dim Company As String
Dim Address As String
Dim city As String
Dim Country As String
Dim CustomerSince As Date
Dim Balance As Decimal
End Structure
Private Customers(7) As Customer
Private Cust As Customer
Public CurrentIndex As Intege
Structure Customer
Dim Company As String
Dim Address As String
Dim city As String
Dim Country As String
Dim CustomerSince As Date
Dim Balance As Decimal
End Structure
Private Customers(7) As Customer
Private Cust As Customer
Public CurrentIndex As Intege