DewString ExpandCharToWord(const DewString &Src, int charIdx);
Returns a word from Src string close to charIdx.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const DewString & | |
| 2 | charIdx | int |
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