> Can someone point me to a function that will ignore case when searching > for a string? This is how my 17 month old must feel--knowing what you > want but not how to say it :) > > Matt The typical method is to convert the strings to all uppercase or lowercase. See the lower() and upper() methods of the string type. --- Zak Arntson www.harlekin-maus.com - Games - Lots of 'em