Search found 1 match

by claudio.junqueira
Mon Jul 30, 2012 3:47 am
Forum: Technical / Scripting
Topic: Returning values from RunScript
Replies: 1
Views: 3016

Returning values from RunScript

I am using the SDK to implement the MacroScript from a .NET application. I am calling the scp file using the RunScript function, like the example bellow. Dim x3 As New MScript.MacroScript x3.Init() 'chama script para abrir o SAC x3.RunScript("C:\Test\test.scp", "") Dim str As String I need to get a ...
Sign up to our newsletter for free automation tips, tricks & discounts