You know what a string is, right? The string: "Hello World!" is literally just an array containing 12 letters So you could even type: VAR myString="Hello World!" Typing myString[6] gets the 7th letter, which is "W"