Re: Trying to Work an Easy way to solve this problem.



I'm only using the text as an example, the file itself is a binary file and
doesn't actually contain text, the values could be anything from $00 to $FF

Regards
Paul.
"Larry Serflaten" <serflaten@xxxxxxxxxxxxxx> wrote in message
news:OAxKkPl$IHA.4616@xxxxxxxxxxxxxxxxxxxxxxx

"Kardon Coupé" <prefer.to@xxxxxxxxxxxxxxxxx> wrote
but the output will have gone from

0123456789ABCDEF
01245689A

Is that how it looks in a text file? Because the easiest
way to handle this problem is by using strings and
extracting out just the portions you need....

In that case loading the data into a byte array is not
going to be as advantagous as loading it all into a string.

LFS




.



Relevant Pages

  • How can I record an array of strings into a binary file?
    ... How can I record an array of strings into a binary file? ... provide detailed code I would highly appreciate it. ...
    (comp.lang.java.programmer)
  • Array Empty After Sub Called
    ... I have a public 1D array. ... I have loaded it with text strings. ... After loading it, I Debug.Print Arrayetc and it shows ... However right after I call a new sub, ...
    (microsoft.public.excel.programming)
  • Re: Trying to Work an Easy way to solve this problem.
    ... way to handle this problem is by using strings and ... extracting out just the portions you need.... ... In that case loading the data into a byte array is not ... going to be as advantagous as loading it all into a string. ...
    (microsoft.public.vb.general.discussion)
  • Re: binutils "strings" like functionality?
    ... >> binary file, and then manipulate them with python. ... The binutils version may well use a zero terminator character to ... explicitly genreated as strings from C. ...
    (comp.lang.python)
  • RE: CD DVD burner
    ... I tried loading the two programs to restore the ... drive in explorer mentioned in previous strings (XP_CD-DVD-Fix and cdgone) to ...
    (microsoft.public.windowsxp.help_and_support)

Loading