View Single Post
  #1289  
Old 22.03.2020, 13:29
BJN01 BJN01 is offline
JD Adviser
 
Join Date: Jan 2020
Posts: 113
Default

Thanks mgpai for the reply , but I still have some problems on the "reception" side:

If I wanted to send a "data" to use as parameter I would have to do something like this (right ?)
Code:
var $SHText = " insert here sometjing ... please ";
var stdOut = callSync(ahk, test.au3t, $SHText);
so in au3 I should use <ConsoleRead ($SHText)> but I get "error $ SHText undeclared "
I think maybe I need something like <Local $SHText = Run ....?? >
but I can't understand how to solve, what should I write in au3 then?
(in the example of the au3 guide they pull the PID into play ... but I have not been able to understand how to use it correctly.)
Reply With Quote