Code: Select all
v20.20.0004 - 2019-06-25 10:06
+ Scripting got a new command.
Name: Wait
Action: Yields execution for a specified time so that the operating system
can process other events.
Syntax: wait [msecs]
msecs: Number of milliseconds to wait.
Allowed values: 0 to 2147483647 (= 0x7fffffff = ~ 25 days)
Examples:
wait; //minimum yield: let the OS do one thing
wait 2000; //let the OS do its things for 2 seconds (2000 ms)
wait 60000; //wait a minute
wait 1000; echo "Hi!"; //show message after 1 second
Remark:
This command exists for a long time but had not been officially
documented yet. I waited about 315569260000 ms.
* Tabs: The tooltip of named tabs now shows the path first, and then the
name in the 2nd line. That way you get the interesting info first.
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.
XYplorer Beta Club