Results 1 to 2 of 2

Thread: Inser Bytes to a file

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2001
    Posts
    2

    Post

    How can I insert some bytes into a binary file?
    The string I want to insert has a constant lenght.

    thx

  2. #2
    Fanatic Member THEROB's Avatar
    Join Date
    Oct 2000
    Location
    I'm cold and there are wolves after me
    Posts
    575
    try:

    Code:
    Open "the.rob" For Binary As #1
    Put #1, , "hello"
    Close #1

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width