Hello.

Say I have some array, with say, 32 byte length.
I want to write a text string "Hello world!" starting from position, 20
How should I?
I know that I can break the text apart and write each letter to each address individually, but that's not practical.