macro Object conflict

Post AHK_H specific scripts & libraries and discuss the usage and development of HotKeyIt's fork/branch
arcticir
Posts: 694
Joined: 17 Nov 2013, 11:32

macro Object conflict

10 Feb 2020, 10:24

Code: Select all

a()
a(){
	t:={a:1,b:2,c:[1,2,3]}
	b(t)
}
macro b(t){
	for i,n in t.OwnProps()
	MsgBox i "=" n
}
HotKeyIt
Posts: 2364
Joined: 29 Sep 2013, 18:35
Contact:

Re: macro Object conflict

10 Feb 2020, 20:27

This has been fixed now. Thanks for reporting and example ;)

Return to “AutoHotkey_H”

Who is online

Users browsing this forum: No registered users and 11 guests