View Single Post
  #1290  
Old 22.03.2020, 13:49
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,553
Default

Quote:
Originally Posted by BJN01 View Post
If I wanted to send a "data" to use as parameter I would have to do something like this (right ?)
What is the origin/source of $SHText value? Use an alert box to check if that value can be accessed by the script.

Code:
var $SHText = " insert here sometjing ... please ";
alert($SHText);

You can then pass it to the AHK script by using something similar to the example in post #1243.
Reply With Quote