home *** CD-ROM | disk | FTP | other *** search
- /*
- ** Ensure all incoming calls are
- ** kept in the database. Remove the
- ** comment at SAVE, to have TeleBASE
- ** save the data file after each call.
- **/
-
- address TBASE /* Talk to TeleBASE */
-
- SHOWMAIN /* Pop main window to front */
-
- GETVAR /* Find out how many calls there are */
-
- CALLNUM = NUMCALLS /* Make the current one, the latest */
-
- SENDVARS /* Tell TeleBASE about it. */
-
- ADDCALL /* Adds the call to the database, or
- ** goes to it....
- */
- TAG /* Tag it */
-
- SAVE /* Saves the database under the current
- ** name.
- */
-