Save Text To A Text File.
Save Text To A Text File.
API Declarations
1 x text box
Rate Save Text To A Text File.
(1(1 Vote))
Open App.Path & ("\data.txt") For Output As #1
Print #1, Text1.Text
Close #1
End Sub 'creates a text file in which the
'text is saved, file is created in same folder as EXE - must be EXE
Save Text To A Text File. Comments
No comments yet — be the first to post one!
Post a Comment