Hi guys, not sure when this broke but it's been driving me nuts and only just now figured out what was wrong. It was broke at least as of the release BEFORE the current 12.3.3.0 beta:
The 'want' code works:
<?xml version="1.0"?>
<button backcol="none" display="both" label_pos="right" textcol="none">
<label>Test fd!</label>
<icon1>#newcommand</icon1>
<function type="batch">
<instruction>echo {fd!}</instruction>
<instruction>pause</instruction>
</function>
</button>
But the 'need' code doesn't:
<?xml version="1.0"?>
<button backcol="none" display="both" label_pos="right" textcol="none">
<label>Test fd</label>
<icon1>#newcommand</icon1>
<function type="batch">
<instruction>echo {fd}</instruction>
<instruction>pause</instruction>
</function>
</button>
I assure you that I have a file selected in the dest file display in both tests (single lister window, dual file display, no file selected in source display, one file selected in dest file display).
Reproduced on default 12.3.3.0 config settings.