Home - RAD C++ GUI 2.0 Documentation
Published on March 17, 2008 [12:28:42 AM]



Browse class : String

Function : int find (char Needle [,int StartIndex])


Description

Find ZERO based position of a character in a string, Needle is the character to find, and StartIndex is the ZERO based index of the first character to start search from.


Return

Returns -1 if not found, and if value of variable 'Needle' found returns the index of character


Remarks







Visit www.radcpp.com for more help and updates. Documentation created using FlaX.Doc