Re: [fpc-pascal] FindPart function - Help Docs say...

2005-05-14 Thread L505
| FindPart searches the string InputStr and returns the first string that matches | the wildcards specification in HelpWilds . If no match is found, and empty string | is returned. valid wildcards are the "?" (question mark) and "*" (asterisk) | characters." To answer my own question ;-) here i

[fpc-pascal] FindPart function - Help Docs say...

2005-05-14 Thread L505
>function FindPart(const HelpWilds: String; const InputStr: String):Integer;" According to the function syntax, it returns an integer... >Description > >FindPart searches the string InputStr and returns the first string that matches the wildcards specification in HelpWilds . If no >match is foun