Random files

In this category you can exchange your programming questions and solutions.
Post Reply
RobG
Posts: 6
Joined: Wed Feb 22, 2012 7:29 am

Random files

Post: # 375Post RobG
Tue Dec 16, 2008 8:49 pm

Is there a way of using random files like Quick Basic or Visual Basic. I mean something like the statement:
Open "test.dat" for random as #1 len=20
I only see an example in the examples directory witch uses the mySQL database.

Post Reply