03-27-2015, 07:40 AM
First read your ItemAll as usual and then after your function succeed just read the strItem loop with a list and set the Name and Description on the right positon.
And after that is also done just create a List<string> menu = new List<string>(); menu.Add(item.Index + " - " item.Name);
If i understood you right, if not then please explain it better.

