Contents of IMB9008.ARC

Writing dBASE records
	WRITEDBF.BAS	- Sample code to write records to dBASE file
	PLANETS .DBF	- Sample Planets DBF to use for testing
Dynamic data table management
	TBLMNGR .BAS	- Routines for managing string table lookups
	TBLMNGR .BI  	- Include file for TBLMNGR.BAS
	TESTDEMO.BAS	- Exercise the routines menu
	TESTTABL.BAS	- Test code for lookups with routines
	TESTTABL.MAK   - Make file for table test routine
	TESTARRY.BAS	- Test code for lookups with arrays - no shortcuts
Preprocessing your BASIC programs
	PREPROC .BAS	- Main BASIC module with preprocessor code
	PREPROC .MAK	- Make file for preprocessor project
	TEST1   .BAS	- Sample test file for preprocessor
	TEST2   .BAS   - File included included into TEST1.BAS during test
