<drop>vs <get drop>
Posted: 15 Feb 2013 20:20
<drop> and<get drop> seem not to be functionally equivalent
when dropping multiple files/folders from a XYplorer pane.
Tested with this catalog script items:
(1) ::text "AAA <drop> BBB"
vs
(2) ::text "AAA <get drop> BBB"
(2) => <get drop> uses <crlf> as separator to concatenate several file/folder items
(1) => <drop> uses something else (0-byte??) as separator to concatenate several file/folder items
with the effect that the text is "broken" after the first file/folder item.
Is this a bug or did I miss something?
when dropping multiple files/folders from a XYplorer pane.
Tested with this catalog script items:
(1) ::text "AAA <drop> BBB"
vs
(2) ::text "AAA <get drop> BBB"
(2) => <get drop> uses <crlf> as separator to concatenate several file/folder items
(1) => <drop> uses something else (0-byte??) as separator to concatenate several file/folder items
with the effect that the text is "broken" after the first file/folder item.
Is this a bug or did I miss something?