2490
« on: June 13, 2017, 08:39:08 AM »
I think the correct syntax is DoButton(1500) however...
Quote:
The use of DoButton is no longer recommended practice and this function exists only to support preexisting legacy scripts. This function is deprecated, and its use is strongly discouraged.
Legacy script note: Over time, there have been two different Button numbering schemes used with Mach; the “Button number” series and the “OEMButton number” series. This function uses the “Button number” series.
Within the “Button number” range, valid ButtonNums were from 0 to 31, which, at one time, corresponded to OEM LED numbers 1000 10 1031.
The numerical correspondence between the numbering series is not guaranteed for future releases of Mach.
Use the DoOEMButton function instead of this function.
Tweakie.