Dave in PNG Posted April 23, 2007 Posted April 23, 2007 I need to read in a portion of a file (all of 128 bytes) in one FileRead, then read different parts of that buffer. If this were C I'd use memcopy(InString, start, count). Have can I do this and still retain the data's binaryiness? Thanks.
Dave in PNG Posted April 23, 2007 Author Posted April 23, 2007 Found my own answer: BinaryMid() in the beta version.
MHz Posted April 23, 2007 Posted April 23, 2007 (edited) The binary version of StringMid is BinaryMid() ? Or did I miss the point? Edit: OK, just saw you found it Edited April 23, 2007 by MHz
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now