|
-
Feb 17th, 2000, 02:16 PM
#1
Thread Starter
New Member
Using the put statement writes to 1 byte.
How can I write to 2 bytes (1 word)
Example, i want to write 00 67 at offset 00.
IT would look like this in a hex editor
0067
But if you do this:
put #1, &H00, &H67
it writes to the first byte...
There has to be a simple way around this but I can't figure it out...
Any ideas?
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|