realbasic-nug
[Top] [All Lists]

Re: Byte in nXnn form ?

To: REALbasic Network Users Group <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Byte in nXnn form ?
From: Stéphane Pinel <s dot pinel at equinoxpartners dot fr>
Date: Fri, 25 Apr 2003 14:59:27 +0200

Le vendredi, 25 avr 2003, à 14:19 Europe/Paris, Frank Bitterlich a écrit :

do until myBinaryStream.EOF
   s = s + "0x" + Right("00"+Hex(myBinaryStream.ReadByte), 2)+" "
loop


Thanks Franck. It works like a charm...

Regards.

------------------------------------------------------------------------ ---
Stéphane Pinel
Information System
Equinox Partners Paris
iChat/AIM: s.pinel
------------------------------------------------------------------------ ---


---
A searchable archive of this list is available at:
<http://support.realsoftware.com/listarchives/search.php>

Unsubscribe:
<mailto:realbasic-nug-off at lists dot realsoftware dot com>

Subscribe to the digest:
<mailto:realbasic-nug-digest at lists dot realsoftware dot com>
.


<Prev in Thread] Current Thread [Next in Thread>