Were to put internal Function inside AhkThread ?

Ask for help, how to use AHK_H, etc.
scriptors
Posts: 227
Joined: 25 Feb 2016, 09:01

Were to put internal Function inside AhkThread ?

10 Jun 2019, 09:45

Sorry for stupid question, i'm not at PC now

this are ok or need other "grammatical" sequences ?

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("
	(
	;...
	;do the work
	Function_test(10,11,12)
	;...
	Function_test(13,14,15)
	;were to put the internal function?
	;...
	Function_test(number_1, number_2, number_3)
		{
		return number_1+number_2+number_3 ; just for example
		}
		
	)")
}
scriptors
Posts: 227
Joined: 25 Feb 2016, 09:01

Re: Were to put internal Function inside AhkThread ?

10 Jun 2019, 10:01

thanks so much ... i have "hard" work to do (for me of course) and need to "Think about the best way" before start :thumbup:

Return to “Ask for Help”

Who is online

Users browsing this forum: No registered users and 52 guests