Jump to content

Function basics


Recommended Posts

Hi how do I have a function that parses 2 strings 

 

I thought you would do it like this: 

Main program

Test2Add_A_Matter(ABE111, ABE118-1274576)

Function header

Func Test2Add_A_Matter(String $ClientNumber, String $MatterNumber)

but I'm getting  the below 

 

>"C:\Program Files\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut "C:\EliteAutomation\TestMain.au3"    
"C:\EliteAutomation\TestMain.au3" (36) : ==> Unknown function name.:
Test2Add_A_Matter(ABE111, ABE118-1274576)
Test2Add_A_Matter(^ ERROR

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...