Re: ?? poke

new topic     » goto parent     » topic index » view thread      » older message » newer message

Bernie Ryan wrote:

> I have a mental block can someone tell me how I convert
>
>   the sequence '&' into the binary number representing an
>
>   amperesand so I can poke into memory.
>
>   Thanks in advance
>
>   Bernie

You can just poke it - no conversion is necessicary. Example:
poke(address,"&") -- Poke a sequence

or:

poke(address,'&') -- Poke a character

Either will work the same way.

Jeff Fielding

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu