@Roy-Mustang
839ee6e6-f3d1-4cb7-adec-8fdbb56769d8-image.png
thanks for helping me, can you provide a screenshot in using http/xml example, i have tried but it doesn't work, thanks
How do I add the parameter type is Call Function let me can Select function for my Action
ths..verymuch


These functions are all BAS functions, Here I describe it like this
function functionDemo001() {
}
function functionDemo003() {
}
function functionDemo003() {
}
//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