Code: Select all
v26.80.0212 - 2025-01-30 15:32
+ SC report enhanced: Now you can limit the report to the currently focused and the
currently hovered list item.
Syntax: report([template], [itemlist], [header], [footer])
itemlist What to report on:
0: [Default] All current list items.
1: All currently selected list items.
2: The currently focused list item. [NEW!]
3: The currently hovered list item. [NEW!]
[else]: Items in a CRLF- or |-separated list of items (full path).
Only files and folders, drives are not supported here.
Examples:
text report("{custom 17}", 2); //show the Custom Column #17 cell for the focused list item
text report("{custom 17}", 3); //show the Custom Column #17 cell for the hovered list item
text report("{Label}", 3); //show the Label for the hovered list item
! SC report: Did not work with Custom Columns beyond #10. Fix #2.
(1) Installer Package, (2) No-Install Package (for manual unpacking).
XYplorer Beta Club