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