Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Expect to add support for the imacros API code
#31
And need this after using System;:

using iMacros;


Macro Scripting C#, run Main function, args2
Code:
Copy      Help
CsExec("")


#ret
//C# code
using System;
using iMacros;

class Test
{
static void Main()
{
,//add the exported C# code here
}
}


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)