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.

P#97989 2021-09-29 17:11

1

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

P#101058 2021-11-30 02:50

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.

P#101062 2021-11-30 03:35 ( Edited 2021-11-30 03:52)

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-04-20 06:59:28 | 0.024s | Q:16