系统函数 strLib.concatenate 将两个字符串并置。
当并置两个字符串时,将发生下列情况:
phrase = "and/ "; // CHAR(7) or = "or"; result = strLib.concatenate(phrase,or); if (result == 0) print phrase; // phrase = "and/or " end
相关参考 EGL 库 StrLib