Title says it all. I need to know how long a string is. Also, how can I access a specific character in a string? E.g. if my string is "Scirra", how could I select the third character and receive "i" as my output, or the fifth character and receive "r", etc.?