Click here to Skip to main content
16,022,538 members

Comments by BigDoggit (Top 2 by date)

BigDoggit 8-Aug-10 23:36pm View    
I can see now something I should have said. My apologies - I'm learning just by asking. I want this data to be related like a database table where one row's data is all linked. This way I can have a list and then search for a specific value. The method can then return answers from the same row, depending out what the user is requesting. That probably helps more. Once again, sorry for leaving that out. Is a struct still helpful? Maybe something else?
BigDoggit 7-Aug-10 22:49pm View    
I'm sorry, I accidentally added an answer - here is the comment,

I'm not sure what I should provide. Could you ask some questions so I know what other information would be helpful? My request above will be working with strings and doubles, but I wouldn't mind implementing it as a generic so it could be usable for any data types. Even better if it could hold variable columns or rows depending on how the class would be initialized. I want this to be standalone and have my other classes or methods call on it. Does that help at all? Definitely not trying to be difficult in case I sound like I am. I appreciate the help.