Evaluates its input argument and places the result in a string.
EVALTOSTR("expr")
"expr" |
- |
A string, any valid expression. |
A string.
#define mx evaltostr("max(W1)")
message(mx)
pops up a message with the maximum value of W1.
Same as EVAL, but the result is placed in a string. Useful for numeric results that must be reported in text form.