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 18:03] dmitrysyntax:functions:eval [2020/07/09 17:16] dmitry
Line 17: Line 17:
          
     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.
 +    
 +    eval("1+" & "eval('1+1')") //Result is 3. Nesting eval() is allowed. 
  
 The eval() function makes it possible to define EasyMorph expressions externally using parameters. The eval() function makes it possible to define EasyMorph expressions externally using parameters.
syntax/functions/eval.txt · Last modified: 2023/05/16 15:02 by dmitry

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki