I just upgraded to PBP3 because I need to do a bunch of asci strings to an LCD display, and I was told you can do this with arraywrite. Well, I can't get it to work. This code just prints the first letter, how can I make it work?

Code:
myarray var byte[20]

arraywrite myarray, ["Hello World",0]
lcdout myarray