Opens a file and overwrites it with user entered information!
Opens a file and overwrites it with user entered information!
API Declarations
' Email me if you have any queries '
Rate Opens a file and overwrites it with user entered information!
(1(1 Vote))
dim txt$
'Put you code here!
txt$ = text1
'opens the file.. app.path loads a file with the app's
'current path and the filename in the " "
open (app.path & "data1.txt") for output as #1
write #1, txt$
close #1
end sub
Opens a file and overwrites it with user entered information! Comments
No comments yet — be the first to post one!
Post a Comment