|
-
May 12th, 2002, 10:22 AM
#1
Thread Starter
Junior Member
Saving files
How can I save value entered in text box, and which will remain in file forever.
-
May 12th, 2002, 10:34 AM
#2
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"
-
May 12th, 2002, 10:35 AM
#3
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
|