home *** CD-ROM | disk | FTP | other *** search
- ' $linesize:132
- ' $title: ' SUB for Maple Street Version of RBBS-PC to Xport a message'
- ' $INCLUDE: 'RBBS-VAR.MOD'
- '
- ' $SUBTITLE: 'MsgXport - Xport Message to file'
- ' $PAGE
- '
- ' SUBPROGRAM NAME -- XportMsg
- '
- ' INPUT PARAMETERS -- PARAMETER ??? MEANING ???
- '
- ' OUTPUT PARAMETERS -- ???
- '
- ' SUBPROGRAM PURPOSE -- Stub File to remove MsgXport feature
- '
- 10 SUB MsgXport (Mto$,Mfro$,SUbj$,CurMess) STATIC
-
- Call QuickTput1 ( "Message Xport Not Availble")
- Call DelayTime (3)
- End Sub