It is possible to write a string (for example for a hiscore-table) to the memory with:
poke(0x5e00,ord("hallo",1,5)) |
but this:
? chr(peek(0x5e00,5)) |
doesn't work, because chr only accept one value.
[Please log in to post a comment]