home *** CD-ROM | disk | FTP | other *** search
- ' $linesize:132
- ' $title: 'RBBSSUB5.BAS CPC17.3, Copyright 1986 - 90 by D. Thomas Mack'
- ' Copyright 1990 by D. Thomas Mack, all rights reserved.
- ' Name ...............: RBBSSUB5.BAS
- ' First Released .....: January 14, 1990
- ' Subsequent Releases.:
- ' Copyright ..........: 1986 - 1990
- ' Purpose.............: The Remote Bulletin Board System for the IBM PC,
- ' RBBS-PC.BAS utilizes a lot of common subroutines. Those that do not
- ' require error trapping are incorporated within RBBSSUB 2-5 as
- ' separately callable subroutines in order to free up as much
- ' code as possible within the 64K code segment used by RBBS-PC.BAS.
- ' Parameters..........: Most parameters are passed via a COMMON statement.
- '
- ' Subroutine Line Function of Subroutine
- ' Name Number
- ' BinSearch 63520 Binary searches sorted file for a key value ' KG010402
- ' BreakFileName 63300 Break file name into component parts
- ' BufAsUnit 63500 Buffer out a string with CR's
- ' SetPrompt 63470 Set prompts based on the user's security
- ' DoorReturn 63100 Process door requests
- ' FdMacExe 63462 Executes a found macro ' KG010402
- ' FileSystem 20117 File System for RBBS-PC
- ' FindIt 63490 Check whether file exists and if so open as #2
- ' FormRead 63420 Read from file into a form
- ' LockAppend 63400 Prepare for a file append
- ' MacroExe 63460 Execute internal macro rather than user
- ' MsgNameMatch 63540 Match name to one in msg header
- ' NoPath 63480 Detects whether string has a path in it
- ' RestoreCom 63310 Restore comm port after external program
- ' ReadMacro 63330 Read and process macro
- ' ShellExit 63320 Exit RBBS via shell
- ' TakeOffHook 63530 Take modem off hook ' RK122302
- ' UnLockAppend 63410 Clean up after file append
- ' VerifyAns 63510 Verify that string passes edits ' KG101302
- ' WildCard 63200 Match string to a pattern
- '
- ' $INCLUDE: 'RBBS-VAR.BAS'
- '
-