Log In  


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.

2


1

Hi @GPI
Nice suggestion -- this is included in 0.2.4.


I suggested that to you 3 years ago along with a whole host of string-handling functions, @zep. That's fine.

And yes, @GPI. That's pretty common with most BASIC languages, Concatenation with CHR$(). It should help in 560-char. TWEET writing.



[Please log in to post a comment]