Results 1 to 3 of 3

Thread: Saving files

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Apr 2002
    Location
    Notts,UK
    Posts
    25

    Saving files

    How can I save value entered in text box, and which will remain in file forever.

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Open "C:\info.txt" For Output As #1

    Print #1, variable




    however, this will not ensure it is saved in there forever. A user could come along, open that file and edit the values inside. Also, if some natural disaster such as an earthquake strikes and destroys your computer, then the values will not have been stored "forever"

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Don't forget to

    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