Nagy József wrote: > size_t Find(const char *str) const > Find a string, case-sensitive. > size_t FindCaseInsensitive(const char *str) const > Find a string, case-insensitive. > What is the difference? Find() does a non-case-sensitive operation or we > have two functions for the same task?
As the documentation states, Find() is case-sensitive, whereas FindCaseInsensitive() is case-insensitive. -- ES ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[email protected]?subject=unsubscribe
