Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
File Types
#1
What type of files can be used in freebasic?? Can direct or sort files be used??
Reply
#2
what?
Reply
#3
are the files indexed, or can they be direct (like in some forms of business basic). A direct file has a key and not an index number. The key can be just about anything, name, id number..ect. If you want a particular record, you read that file with that particular key.
Reply
#4
You can pretty much use any file if you know how to read and interpret the format.
Reply
#5
I think what you're looking for is either database support, or RANDOM file access. FB has RANDOM support built-in and I believe there is example code for using databases in the example code but I'm not sure.
\__/)
(='.'=) Copy bunny into your signature to
(")_(") help him gain world domination.
Reply
#6
yes random file access.
Reply
#7
get familiar with QB. then read freebasic's wiki here: http://www.freebasic.net/wiki

FB has almost every command QB did, excpet 16-bit specific stuff, or 'archaic' commands.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)