Your First DATA File

Programming Tools, Tips, and Tutorials.
Post Reply
Welopez
Posts: 56
Joined: Fri Jan 07, 2005 11:16 pm
Location: Currently living in Riverside, CA
Contact:

Your First DATA File

Post by Welopez »

If you have no difficulties creating and working with data files to save or load information to your program, skip this DEMO. If you're new to JB or coding in general, and need a little help, this is the place to start.

The ultimately simple myFirstFile.bas checks to see if a file exists in your project folder, if not, it will create the file and continue without error.

If the file does exist, it will increment a variable, display a message, and save the new variable to your file.

The Worble in charge of my data files, Ms. Ophelia Packerschnozz, will walk you through the tutorial using myFirstFile.htm and your default browser. Download myFirstFile.zip and unzip to your JB program folder.

Feel free to modify any of this code to suit your own needs.
Attachments
myFirstFile.zip
(24.38 KiB) Downloaded 1433 times
Post Reply