Simply Opens A File
Simply Opens A File
Rate Simply Opens A File
(1(1 Vote))
'<%%>
'START OF CODE
open "C:\PutFileHere.txt" for input as #1
line input #1, file$
print file$
close #1
'If you liked this peice of code please visit my website
'END OF CODE
Simply Opens A File Comments
No comments yet — be the first to post one!
Post a Comment