yunity c# get the amount of members code example
Example 1: how to get a letter from the users string in c++
string letters = "ABC";
char letterN = letters[0];
Example 2: how to find the amount of numbers in a list on python
>>> someList=[]
>>> print len(someList)
0