void VarPrint(TValueRec *a, const DewString &aName, tStrings *Dst, const int ValueCountLimit = 2147483647, const int StringLengthLimit = 1000);
Prints the value "a" of variable with "aName" to Dst.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TValueRec * | |
| 2 | aName | const DewString & | |
| 3 | Dst | tStrings * | |
| 4 | ValueCountLimit = 2147483647 | const int | |
| 5 | StringLengthLimit = 1000 | const int |
Remarks:
Adds lines to Dst to display the contents of variable in a on a command line like user interface. LenLimit defines the maximum number of values that will be printed, if the structure contains more than LenLimit items.
Declared in Dew::Math::TMtxExpression · Dew.Math/MtxParseExpr.h · Cross-compiler