Change Log for the latest
XYplorer BETA version:
Code: Select all
v17.50.0218 - 2017-02-16 18:17
* SC tagitems: Now the itemlist argument suppports CRLF as primary
separator. If CRLF is not present, then | is used (if present).
+ SC tagitems: Added a "flags" parameter with currently one value (1) by
which you can control what is returned by the function.
Syntax: tagitems([field], [value], [itemlist], [flags])
flags: (bit field)
1 = Return tags of all passed/selected items.
Else only or the first/focused item is returned.
The separator
... is | when no itemlist is passed.
... is | when itemlist is separated by |.
... is CRLF when itemlist is separated by CRLF.
Examples:
- Return the tags of all selected items, separated by |:
text tagitems("tags", , , 1);
- Return the tags of all selected items, separated by |:
text tagitems("tags", , "E:\Test\Boy.jpg|E:\Test\Cow.jpg", 1);
- Return the tags of all selected items, separated by CRLF:
text tagitems("tags", , "E:\Test\Boy.jpg<crlf>E:\Test\Cow.jpg", 1);
To
download the latest BETA version choose a download package: (1)
Installer Package, (2)
No-Install Package.
Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.