システム関数 StrLib.concatenate は、2 つのストリングを連結します。
StrLib.concatenate( target VagText inOut, source VagText in) returns (result INT)
2 つのストリングを連結すると、以下のようになります。
phrase = "and/ "; // CHAR(7) or = "or"; result = StrLib.concatenate(phrase,or); if (result == 0) print phrase; // phrase = "and/or " end
関連する概念
EGL 関数の構文図
関連する参照項目
EGL ライブラリー StrLib