Change Log for the latest
XYplorer BETA version (64-bit):
Code: Select all
v28.00.0735 - 2025-11-25 17:37
+ SC inputselect enhanced: Now you can specify the listdata field separator when using
style 1024. Previously, it was hard-coded to |.
Syntax: inputselect(header, listdata, [separator="|"], [style=1], [cancel], _
[width=800], [height=400], [windowcaption], [preselectprefix], [icon], _
[preselectitem], [listdatafieldseparator="|"])
listdatafieldseparator: On style 1024, the fields are separated by this string (can
be more than one character).
Defaults to | (Caption|Data|Icon).
Example (using a different separator frees | for other tasks, e.g. in RegExp):
echo inputselect('FastFinds', 'Music files#goto "?>(flac|opus|mp3)$"#:qson', ':::', 1 + 1024, 11:=#);
! Exit: Crash after exit possible since v28.00.0720 - 2025-11-21 20:26. Fixed.

To easily
upgrade to this BETA version of XYplorer (64-bit), hold down the
CTRL key and click
Help | Online Support | Check for Updates. If you prefer to
download the BETA version, choose one of these packages:
(1)
Installer Package, (2)
No-Install Package (for manual unpacking).
Note that BETA versions are work in progress and may contain new bugs. You have been warned. It's a good idea to backup your complete XYplorer settings (File | Settings Special | Backup Application Data Folder...) before running a new BETA. This will also help to fix any new bugs.