C++
AcString mid( Adesk::Int32 nStart ) const;
Description
Gets substring from the specified position to the string's end.
Parameters
Parameters | Description |
---|---|
nStart | Input zero-based start position of the substring to get |
Returns
An AcString object consisting of the specified substring.
Remarks
Negative nStart is treated as 0.
Links
Previous Declaration
AutoCAD 2017 through AutoCAD 2024
AcString mid(int nStart) const;
inline AcString AcString::mid(int nStart) const;
History
AutoCAD 2025
nStart argument now expects an Adesk::Int32 instead of int.