Learn Create Your Own Split Screen

Next Page

Another thing Scratch can't do -- copying portions of strings.

Use the substr method, passing in the position (or "index") of the first character you want, and the number of characters you want. Remember the first character of the string is character number zero.

Have a look at the examples below.

Can you change the example so it copies exactly the word "split" from the string?