01-25-2013, 06:02 PM
1. Replace
Manage32770(&f)
to
mac "Manage32770" "" f.hwnd ;;note: don't pass &f, because the variable will be already destroyed
and replace
function FILTER'&f
to
function hwnd
2.
Use function child() and array.
Or don't use filter function but instead call Manage32770 from macro.
Manage32770(&f)
to
mac "Manage32770" "" f.hwnd ;;note: don't pass &f, because the variable will be already destroyed
and replace
function FILTER'&f
to
function hwnd
2.
Use function child() and array.
Or don't use filter function but instead call Manage32770 from macro.