home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / RBBS_PC / 173_LIT.ZIP / ASMCAPS.LIT < prev    next >
Encoding:
Text File  |  1990-01-13  |  653 b   |  11 lines

  1. *[ASMCAPS.LIT]****************************************************************
  2. * Description: Forces use of assembler routines for upper/lower conversion   *
  3. * RBBS-PC Level: CPC17.3                                                √ AM *
  4. * Module Affected: RBBSSUB3.BAS                                              *
  5. * Selection Option: ASMCAPS = ON                                             *
  6. * Additional files: BASCAPS.LIT                                              *
  7. ******************************************************************************
  8. 58050 SUB AllCaps (ConvertField$) STATIC
  9.       CALL RBBSULC (ConvertField$)
  10.       END SUB
  11.