Scripts.evalStorage

機能/意味
Evaluating expressions on storage
タイプ
Scriptsクラスのメソッド
構文
evalStorage(storage, mode='', context=global)
引数
storage  Specify the storage to evaluate.
mode  Specify the mode string when reading the file. Specifying an offset following the "o" in decimal will cause the file to be read from that byte position.
context  Specify the execution context.
戻り値
Returns the result of evaluating the expression.
説明
 Reads the specified storage and evaluates its contents 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