I would need to store multiple sub column details in a main column of a table and display them into the corresponding text box. I am using delimiters ,[. based on that I want to cut the details and store in a variable. is it good idea to use double diamentional array? if it is not how do i deal the problem?