![]() |
|
| トップページへ | [ 一覧 | 検索 | 最終更新 ] [ 差分 | 履歴 ] |
|
|
GETFUNCINFO†形式†
機能†
引数†
返り値†
関連†バージョン†
例†//form https://github.com/Taromati2
//free to copy/edit/use
OnTextDrop{
//...
if DebugMode{
_t=CUTSPACE(reference0)
//...
if ISFUNC(_t){
_info=GETFUNCINFO(_t)
_path=SPLITPATH(_info[0])
if _path
_path=_path[2]+_path[3]
else
_path=_info[0]
"関数「%(_t)」は、\n/
ファイル「\q[◇%(_path),OnOpenDirOrFile,%(_info[0])]」の%(_info[1])行目から始まります。\n/
"
}
//...
}
//...
}
|