Scripts.eval

機能/意味
Expression evaluation
タイプ
Scriptsクラスのメソッド
構文
eval(expression, name='', linesof=0, context=global)
引数
expression  Specify the expression to be executed as a character string.
name  Specifying the file name for error messages
linesof  Specify line number for error message
context  Specify the execution context.
戻り値
Returns the result of evaluating the expression.
説明
 Executes the string specified by expression as a TJS2 expression.
 Exceptions that occur during script execution are not caught in this method and can be caught by the caller of this method.
参照
Scripts.execStorage
Scripts.exec