Posts by Noob • 65 points
2 posts
-
4
votes2
answers915
viewsQ: Selecting an Item from a List<T> with index equal to the iteration value of for
How can I select an item from a list by the index, this being equal to the iteration value of a for? I tried to accomplish using LINQ, while compiling and inspecting the StringBuilder which would…
-
2
votes1
answer62
viewsQ: Print a list according to the number of labels
My C# Console Application has a list of 7 items in all, and you need to print these items on a label. By default each label fits 5 items. I’m not able to print the items according to the amount of…