to make a long story short, I want to fill a 57377 byte array with the equivalent of continous 7F's in hex. Right now I have to have a seperate hex file filled with 7F's that I have to read in each time I run the program. I don't want to have to open this external each time to read it in the...
I figured out how to select the file and open it, but i am having difficulties defining the correct array type and loading it in. I did a seach on FreeFile, but I couldn't find any examples of it used in similar situations.
I apprecaite your time!
Brian
thank you for the help. I understand what you are saying, so I'll see if I can implement it. The last 56K file will have to be padded with 7F values at the end.
How exactly do I open a file in binary? I need to buy a better book :(
sorry for so many questions!
Brian
basically I have one 224k file that I need split into four seperate files. Each of the four files will be 56K, and as an additional requirment, the 224K file won't always have the data in the same order. That's why I need to search thru it first, to find where I should start reading each of the...
Here's a very short description of what I want to do.
I would like to be able to open a 224K hex file, and split that file into four seperate 56K files. The trick is that I need to search the 224K file for hex patterns to know how it will be split up. For example, I know that the first file...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.