https://emily.shillest.net/ayaya/index.php?マニュアル/関数/GETFUNCINFO
GETFUNCINFO( name )
//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/
"
}
//...
}
//...
}
|
Last modified on: 2021-07-13 (Tuesday) 10:16:44
|