Subject: | Re: Reading Binary & Hex
| Date: | Thu, 07 Nov 2024 08:45:06 +0100
| From: | "Jure Z" <jure.zorko@gmail.com>
| Newsgroups: | pnews.paradox-programming
|
In binary, there are a lot of codes, that can not be "displayed".
And there are codes, that paradox just can't handle.
chr(0) for example. It represents "end of string".
I think it would be best, to use some external viewr.
Jure
> I am reading a file (readFromFile (Binary) and outputting to a file. The
> hexcode at offset 2'561 is "58" but when I read it I get the char "X"
>
> Is there a way I can read/display the hex codes in the file instead of
> the character -using Paradox? Thank you for any suggestions - other than
> stop using Paradox. :)
>
> Peter
|