home *** CD-ROM | disk | FTP | other *** search
- Short: [Blitz2] C style string compare functions
- Uploader: David McMinn (dmcminn@house-of-mojo.freeserve.co.uk)
- Author: David McMinn (dmcminn@house-of-mojo.freeserve.co.uk)
- Type: dev/basic
- Requires: Blitz Basic 2
-
- This source contains two functions and a small demo of their
- functionality. The functions are ASM versions of the standard C
- functions strcmp and strcmpi which perform case sensitive and
- case insensitive string comparison, respectively. With these
- two functions, you can get more information than comparing
- string variables as you normally would in Blitz, and they are
- also much faster.
-
- The source is saved in ASCII format.
-
- Last updated 3rd July 1999
-
- [) /\ \/ ][ [) |\/| © |\/| ][ |\| |\|
- dmcminn@house-of-mojo.freeserve.co.uk
- http://members.xoom.com/David_McMinn
-