Scripts.exec

機能/意味
Run the script
タイプ
Scriptsクラスのメソッド
構文
exec(script, name='', linesof=0, context=global)
引数
script  Specify the script 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 running the script.
説明
 Executes the character string specified by script as a TJS2 script.
 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.eval