home *** CD-ROM | disk | FTP | other *** search
- * ------------[ BLED merge (c) Ken Goosens ]-------------
- * Merge this against RCSUB401.BAS to produce RCSUB401.NEW
- * RCSUB401.BAS: Date 9-14-92 Size 2048 bytes
- * ------------[ Created 08-11-1993 19:37:58 ]------------
- * REPLACING old line(s) by new
- * ------[ first line different ]------
- ' $segment
- '
- ' RCSUB401 -- Or, RBBS-Chat, release 4.01. Error corrected subprograms
- ' an internode chat program..
- '
- ' Not the worlds prettiest, or cleanest code.. but I'm under no illusions..
- '
- ' Copyright 1989-1990 By John Morris All Rights Reserved
- '
- ' I'm not a big fan of global variables, but here goes..
- '
- ' $INCLUDE: 'RBBS-VAR.MOD' 'RBBS-VAR.BAS minus the DEF FN...
- '
- DEFINT A - Z
-
- REM *************************************************************
- REM ** The following are needed by only 2 or 3 subprograms, so,**
- REM ** they are declared COMMON, and then SHARED only in some **
- REM ** of the subprgms.. the fewer that have access the better **
- REM *************************************************************
-
-