Passes the string str to the DIESEL evaluator and returns the result of evaluating it. Can be helpful in cases where you a DIESEL expression from $(getvar and want it interpreted.
$(EVAL, str)
Examples
| Code | Returns | 
|---|---|
| $(getvar,users1) | $(getvar,lastpoint) | 
| $(eval,users1) | users1 | 
| $(eval,$(getvar,users1)) | 420.5,594.4,0.0 | 
| $(eval,$(+,1,5)) | 6 | 
See also...
DIESEL functions| © Menhirs NV. All rights reserved. |