OCLOperators scripteval

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 76 days ago on 02/10/2024. What links here