Can you read and write to the same file in QB64?

by jacklash (no login)

OPEN FILENAME$ FOR OUTPUT AS #1
CLOSE #1
OPEN FILENAME$ FOR INPUT AS #1
CLOSE #1

WILL IT WORK?

Posted on May 1, 2010, 9:17 PM

Respond to this message   

Return to Index


Response TitleAuthor and Date
Yes, you're able to do that. on May 1