OCLOperators scripteval
This page was created by Hans.karlsen@mdriven.net on 2022-03-30. Last edited by Edgar on 2025-01-20.

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)
)