Hi,
I'm trying to get the value of
WinTitleMatchMode
so i checked the help file, and it says "If the param is not provided, then the function just returns the value already assigned to the option."
So i'm running this line in SciTE
AutoItSetOption( "WinTitleMatchMode" )
And am checking the output, but the only output i'm getting is
What am i doing wrong?
I'm trying to set it that it should do exact match on titles, but i want to see first what is the current setting.
Thanks in advance!