How do i do that?imustbeamoron wrote:i would say, if you need to know which argument caused the ''true' condition, you need to restructure your code and use individual "if" statements.
where both conditions are variable
How do i do that?imustbeamoron wrote:i would say, if you need to know which argument caused the ''true' condition, you need to restructure your code and use individual "if" statements.
jmeneses wrote:Code: Select all
Loop 10 Gui, add, button, gtest, %a_index% Gui, add, button, vMyBUT gtest, % "MyBUTTON" gui, show Return test: ToolTip, % A_GuiControl return