This time we go a bit further and learn to open files for RANDOM or BINARY access mode.
For part 1:
https://www.qb64.org/forum/index.php?topic=3986.0Here's the list of "chapters"/segments:
00:00 Intro
00:25 Part 1 recap
01:49 Defining a record structure (TYPE)
04:00 Opening file for RANDOM access
05:47 Using PUT # to save data to a file on disk
06:25 Development build - help us beta test the next version
07:44 Back to PUT # data to the file
08:43 Inspecting the data we output to disk
10:33 Fetching data back from the file on disk
13:35 Detecting how many records are stored in the file
14:57 Using SEEK to move about in the RANDOM file
16:15 Adding more data to the file
18:24 Showcasing how QB64 helps you control input
19:45 Reading data back in sequential order
21:12 Reading data back in RANDOM order
25:28 BINARY mode differences
29:01 Emulating a binary format - Using PUT #
31:30 Reading data back from a binary file with GET #
33:01 Writing to any position in a BINARY file
36:34 Outro and thank you!