@vntricky right now the order of input fields is alphabetic so it is still possible to rename it in a way that it would be in a desired order ("1Use Proxy","2Proxy String",etc.) , but what is the order of actions ? @Fox In any case would be good to know how to change the order if it is possible?
How do I add the parameter type is Call Function let me can Select function for my Action
-
How do I add the parameter type is Call Function let me can Select function for my Action
ths..verymuch

-
- I have multiple functions ..
These functions are all BAS functions, Here I describe it like this- BAS Function 001
function functionDemo001() { }- BAS Function 002
function functionDemo003() { }- BAS Function 003
function functionDemo003() { }- Now I want to do it Parameter is a function pointer
//Parameter is a function pointer function functionDemoIwanttoCallOtherfunction(ParameterIsFunctionName) { } //use functionDemoIwanttoCallOtherfunction ( functionDemo001 ) functionDemoIwanttoCallOtherfunction ( functionDemo002 ) functionDemoIwanttoCallOtherfunction ( functionDemo003 ) // It just like the Function: **Call Function**pls help me tks very much