strcopy

文字列をコピーする。

形式

strcopy <string> <pos> <len> <strvar>

解説

文字列 <string> の <pos> 文字目から <len> 文字分を文字列変数 <strvar> にコピーする。

strcopy 'tera term' 6 4 substr
; substr='term'