|
|||||||
динамический вызов функции / Dynamically Calling a Function
Время создания: 22.04.2017 19:25
Раздел: AutoHotkey - Functions
Запись: xintrea/mytetra_db_mcold/master/base/1492878356q4pofm5o5n/text.html на raw.githubusercontent.com
|
|||||||
|
|||||||
In v1.0.47.06+, a function (even a built-in function) may be called dynamically via percent signs. For example, %Var%(x, "fox") would call the function whose name is contained in Var. Similarly, Func%A_Index%() would call Func1() or Func2(), etc., depending on the current value of A_Index. |
|||||||
Так же в этом разделе:
|
|||||||
|
|||||||
|