Happy Sammy #1 Hi all,I am just curious: is it possible to r/w standard dbase file (e.g. .dbf or .mdb) in Blitz3D?Thanks in advance.Sammy:)
CP510 #2 Yes you can read and write any file you want of any extension.You just need to know the format of the file. IE: When to read bytes, integers, floats, strings, etc.