Search results

  1. V

    Example of C# (dll) code with argument and value returned

    Hi Guys, I am looking for the code that would show me how to ask for argument (coming from AA) and to return result of calculations (also to AA). Any C# dll you've developed would be good as well. Regards, Witek
  2. V

    How to make XML Path dynamic?

    Please read about xpath. This should help you.
  3. V

    How to loop on each row which is do not start from first row?

    You must build a logic like that: If counter=1 then <do nothing> Else <here goes your code> End if
  4. V

    Extract Numeric Values from A String

    I think this is what you are looking for: Before you can use it you need to know: 1. What regular expressions are and how to write them 2. How to build DLL using Visual Studio 3. How to use DLL in Automation Anywhere Regards, Witek
Top