procid.bas   A QB2C program to get the process ID. This is good for tracking items. It is basically a cheap random number generator. You can use it as a cookie to direct a user on your website as well. This program uses inline C as well. Very small.
     
julian.bas   A QB2C program will date a date and covert it to the Julian calendar day number. You can calculate the number of days between two date. No inline C.
     
createread.bas   A QB2C program will write a list of names to an ASCII sequential file, and read them back flaging a name and then it kill the database file.