A general question about classes
can you declare variable arrays inside a class?
and if so
how do you write the let and get properties inside the class
for each variable in the array
an example
I am accessing a table in access containing 10 fields named songname1,songname2, songname3....songname10
I want to be able to move the data from the fields in the table to data members inside a class
I then want to step through the data members of the class to see if they contain values ie a song name
any comments sugestions thanks
can you declare variable arrays inside a class?
and if so
how do you write the let and get properties inside the class
for each variable in the array
an example
I am accessing a table in access containing 10 fields named songname1,songname2, songname3....songname10
I want to be able to move the data from the fields in the table to data members inside a class
I then want to step through the data members of the class to see if they contain values ie a song name
any comments sugestions thanks