int2str
形式:
int2str <strvar> <integer value>
整数値 <integer value> を10進表現の文字列に変換して文字列型変数 <strvar> に代入する。 例:
int2str valstr 123
valstrに '123' を代入