User Tools

Site Tools


syntax:functions:eval

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
syntax:functions:eval [2020/07/08 17:54] dmitrysyntax:functions:eval [2020/07/08 18:01] dmitry
Line 14: Line 14:
     eval('[Count]+1'    //evaluated as [Count]+1.     eval('[Count]+1'    //evaluated as [Count]+1.
          
-    eval([Count] & '+1' //invalid! References to columns are not allowed.+    eval([Count] & '+1' //invalid! References to columns are not allowed in argument expressions.
          
     eval({Param1})        //if the value of {Param1} is '[Count]+1' then it's evaluated as [Count]+1. Parameter references are allowed.     eval({Param1})        //if the value of {Param1} is '[Count]+1' then it's evaluated as [Count]+1. Parameter references are allowed.
syntax/functions/eval.txt · Last modified: 2023/05/16 15:02 by dmitry

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki