Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Calling a Function in Function Library when function is defined in an Action
#1
Not Solved
Hi
Is there any way of Calling a Function in Function Library when function is defined in an Action.

For Example
--------------------------------------------------------------------------
Action1
--------------------
Code:
Public Function A
    MsgBox "You are in"
End Function
funcB("A")
--------------------------

Function Library
-------------------------
Code:
Public Function B(strArg)
    Execute(strArg)
End Function

--------------------------------------------------------------------------


When i utilize above code it is giving me error as: Type mismatch: "A"

Thanks and Kind Regards,
Jitender
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Problem With conversion function wajid 3 1,426 10-01-2018, 01:16 PM
Last Post: wajid
  Passing Object to Function Mozza 2 1,489 08-02-2018, 03:22 AM
Last Post: Mozza
  Function That Creates WebLink Variables Eitel13 3 1,217 07-17-2018, 03:25 PM
Last Post: Ankur
Smile How to join sub strings in UFT without using join built-in function? chetna 1 1,731 07-05-2018, 05:39 PM
Last Post: Ankur
  Pass reference to datatable into function smallsteve 2 1,875 09-28-2017, 09:18 PM
Last Post: smallsteve

Forum Jump:


Users browsing this thread: 1 Guest(s)