Introduction The recently introduced feature of passing function pointers as arguments makes it possible, with the help of this UDF to create abriatary events with arguments. Here is a very simple example of a single-execution event: #include "GlobalEvents.au3"
_GlobalEvents_Create("@SEC = 30", Tes...