Results 1 to 4 of 4

Thread: saving text as a txt file

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 2002
    Posts
    89

    saving text as a txt file

    all i want to do is save the text in text1. How can you do that?

  2. #2
    The picture isn't missing BuggyProgrammer's Avatar
    Join Date
    Oct 2000
    Location
    Vancouver, Canada
    Posts
    5,217
    open "sometext.txt" for output as #1
    print #1, text1.text
    close#1
    Remember, if someone's post was not helpful, you can always rate their post negatively .

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Apr 2002
    Posts
    89

    That will save...

    That will save the text?

  4. #4
    PowerPoster
    Join Date
    Aug 2001
    Location
    new jersey
    Posts
    2,904
    that will save the text in a file. did you want to do something else?

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