C++
Adesk::Int32 find( ACHAR ch ) const;
Description
Finds a single character in the string.
Parameters
Parameters | Description |
---|---|
ch | Input character to search for |
Returns
Position in which the character was found, else -1 if not found.
Remarks
The first character position is zero.
Links
Previous Declaration
AutoCAD 2024 and earlier
int find(ACHAR ch) const;
inline int AcString::find(ACHAR ch) const;
History
AutoCAD 2025
Function now returns Adesk::Int32 instead of int.