| 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
>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