Guest coolmission Posted December 20, 2003 Posted December 20, 2003 Hello ... i'm having a problem with autoit and i hope somebody can help me with this. I have a config.ini file in a directory called A (this is an example). In this config.ini file , there is a Key "Diff" with the Value 110, 190: Diff=110, 190 Now: in my autoIt script i wanna use this value and assign it to a leftclick, X, Y command. Now my question: Is it possible to use the command LeftClick, %diff% in a script ? Thx in advance coolmission
Guest coolmission Posted December 20, 2003 Posted December 20, 2003 nvm ... changed them from LeftClick, %Diff% to Leftclick, %Diff%,%Diff"%
Recommended Posts