How do I add the parameter type is Call Function let me can Select function for my Action

Support
  • How do I add the parameter type is Call Function let me can Select function for my Action
    ths..verymuch

    001.jpg
    002.jpg

  • Can you pls describe what you are trying to do?

    • 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

  • 0 Votes
    2 Posts
    589 Views
  • Select All > Copy > Paste

    Support
    0 Votes
    4 Posts
    1051 Views
  • 0 Votes
    2 Posts
    928 Views
  • Specific function for each thread

    Support
    0 Votes
    3 Posts
    1114 Views
  • Select Database Group ID

    Support
    1 Votes
    25 Posts
    9575 Views