TExprWord *FindSymbol(const DewString &AName);
Returns TExprWord, if a symbol with aName already exists.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AName | const DewString & |
Remarks:
Usefull for testing unique var names, which dont overlapp with other elements like constants, functions etc... Returns nil, if not found.
Declared in Dew::Math::TMtxExpression · Dew.Math/MtxParseExpr.h · Cross-compiler