home *** CD-ROM | disk | FTP | other *** search
- ' +----------------------------------------------------------------------+
- ' | |
- ' | PBClone Copyright (c) 1990-1992 Thomas G. Hanlin III |
- ' | |
- ' +----------------------------------------------------------------------+
-
- SUB SSrch (SubSt$, MainSt$, FoundMatch%)
- FoundMatch% = (INSTR(UCASE$(Main$), UCASE$(LTRIM$(RTRIM$(SubSt$)))) > 0)
- END SUB
-