OCLOperators scripteval
(Created page with "ScriptEval is an operator on a model object (the context) that lets you have expressions as data and evaluate those expressions. You must state the valid Return type. let in...")
(No difference)

Revision as of 15:56, 30 March 2022

ScriptEval is an operator on a model object (the context) that lets you have expressions as data and evaluate those expressions.

You must state the valid Return type.

let info=self.ScriptEvalCheck(false,Double, self.SomeString) in
(
  (info='ok').casetruefalse(self.ScriptEval(false,Double, self.SomeString).asstring,info)
)
This page was edited 100 days ago on 02/10/2024. What links here