システム関数 MathLib.stringAsInt は、文字値 (「98」など) を受け入れ、BIGINT 型の同等値を戻します。
MathLib.stringAsInt(numberAsText STRING in) returns (result BIGINT)
異なる型のフィールドに数値割り当てを行うことの含意についての詳細は、 『割り当て』を参照してください。
myField = "-5"; // result = -5 result = MathLib.stringAsInt(myField);
関連する概念
EGL 関数の構文図
関連する参照項目
EGL ライブラリー MathLib