Page 1 of 1

<currfile> in Toolbar-Button Script not parsed

Posted: 24 Feb 2016 17:52
by MBaas
I have setup a cmd for a user-button as:

Code: Select all

run "'c:\apl.btm' <currfile>"
When clicking the button, XY complains:
2016-02-24_17-49-58.png
What have I done wrong?

Re: <currfile> in Toolbar-Button Script not parsed

Posted: 24 Feb 2016 17:55
by highend
There is no variable named <currfile>^^

Use e.g. <curitem> instead...

Re: <currfile> in Toolbar-Button Script not parsed

Posted: 24 Feb 2016 18:26
by MBaas
Ouch :oops:
Thanks! :D