TMtxExpression::ExpandCharToWord Method

DewString ExpandCharToWord(const DewString &Src, int charIdx);

Returns a word from Src string close to charIdx.

#NameTypeDescription
1Srcconst DewString &
2charIdxint
Remarks:

The function expects one code line in Src parameter and will return the word or the variable which is close to char at charIdx.

Declared in Dew::Math::TMtxExpression · Dew.Math/MtxParseExpr.h · Cross-compiler