TMtxExpression::VarPrint Method

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.

#NameTypeDescription
1aTValueRec *
2aNameconst DewString &
3DsttStrings *
4ValueCountLimit = 2147483647const int
5StringLengthLimit = 1000const 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