#include "hspext.as" #module "clipboad" #defcfunc getclipstrings int max sdim tmp, max clipget@ tmp, max ; モジュール外で定義された拡張命令を使う return tmp #global mes getclipstrings(256) ; 関数の為、HSP3でお試しください