Strings, Lists, Arrays

This section will cover groups of items like arrays, string[]s, splits, lists and other handy storage units. To me, one of the most useful features of coding is the ability to process lists. Many of the coding methods I have created contain some form of list or array of strings, numbers, objects. I will use this section to break down each, how they are used, some code examples of each and what it takes to make them work. So load up your list and let's grab some items to chew on.