fixed SubString docs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-11-26 19:40:50 +00:00
parent 8636c073a3
commit b855ef7757

View File

@@ -901,7 +901,11 @@ doesn't change this string.
\constfunc{wxString}{SubString}{\param{size\_t}{ from}, \param{size\_t}{ to}}
Same as \helpref{Mid}{wxstringmid}.
Deprecated, use \helpref{Mid}{wxstringmid} instead (but note that parameters
have different meaning).
Returns the part of the string between the indices {\it from} and {\it to}
inclusive.
\membersection{wxString::ToDouble}\label{wxstringtodouble}