1. ?? poke

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

new topic     » topic index » view message » categorize

2. Re: ?? poke

asc('&')
or something like that?

Nick
----- Original Message -----
From: Bernie Ryan <LockCityData at CS.COM>
To: <EUPHORIA at LISTSERV.MUOHIO.EDU>
Sent: Monday, March 06, 2000 2:16 PM
Subject: ?? poke


> 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
>
>

new topic     » goto parent     » topic index » view message » categorize

3. Re: ?? poke

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 message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu