Short: [Blitz2] C style string compare functions Author: dave@satanicdreams.com (David McMinn) Uploader: dave satanicdreams com (David McMinn) Type: dev/blitz Requires: Blitz Basic 2 Architecture: m68k-amigaos This source contains four functions and a small demo of their functionality. The functions are ASM versions of the standard C functions strcmp, strncmp, strcmpi and strncmpi which perform case sensitive and case insensitive string comparison, with and without specifying "n" characters to compare. With these four 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 12th January 2000 [) / / ][ [) |/| © |/| ][ || || dave@satanicdreams.com ICQ=16827694 http://members.xoom.com/David_McMinn