Problem are this:
Code: Select all
^!t::
MyFunction_H(1,2,3)
MyFunction_H(4,5,6)
MyFunction_H(7,8,9)
Return
MyFunction_H(data_1,data_2,data_3)
{
return AhkThread("
(
; ...
; 80 line of script
;
)")
}
if i add some other line of script (other 20 line for example) i have error and script can't reloaded after save it
ps. other question, when i have 15 script session work "simultaneously", with 15 "H" logo into the windows icon bar ... all have the same name, ... it's possibile to give a specific name for every session ? (so if one have problem i know on wich NOX session i have problem ... usually are by pixel colour search)