Results 1 to 3 of 3

Thread: create a text file

  1. #1

    Thread Starter
    Member
    Join Date
    Apr 2000
    Posts
    40

    Question

    I just need to know how to create a text file in a directory

    real easy but very much needed

    thanks,
    kpoe

  2. #2
    Guest
    Code:
    Open "MyFile" For Output As #1
    Print #1, "MyText"
    Close #1

  3. #3

    Thread Starter
    Member
    Join Date
    Apr 2000
    Posts
    40
    thanks matt

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