Strings can be indexed like arrays. So, if you had a string TEXT$="HELLO", the code PRINT TEXT$[0] would print H, since it's the first (but we start at 0) character in the string!