Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
! ! open"text.txt" for input & output ! ! ques
#4
[syntax="qbasic"]
input"What means HTML : ",answer$
input "Choose filename: ", filename$
open filename$ + ".txt" for output as #1
print #1, answer$
close #1
[/syntax]
Reply


Messages In This Thread
! ! open"text.txt" for input & output ! ! ques - by HQSneaker - 09-01-2004, 10:29 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)