Hi,
I want to write a class which will return an array of variables in the following format:
RNo
TS
PM
Wt
So, I'd want an array, each line of which would contain the above data......
couple of questions....how would I define the member in the class?
how, in the class, can I get the relevant data (with headings) into the array?
cheers....