Jump to content

No StringRegExp method in autoitx3lib.dll?


Recommended Posts

I thought StringRegExp() included within autoitx3lib.dll due to the AutoIt v3 function reference.

However, when I try to use it in visual C#, I can't find it. I already put autoitx3lib.dll into reference within Visual C#.

Can anyone help me explain why StringRegExp() not included within autoitx3lib.dll?

"

public AutoItX3Lib.AutoItX3 _autoit = new AutoItX3Lib.AutoItX3();

asResult = _autoit.StringRegExp(allmessage, message, 1);

"

Edited by llgg716
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...