Code:
$button3.click = "EnableButton("4~5~6")"

Function EnableButton($Input)
 $Array = Split($Input,"~")
 For Each $Element in $Array
  Execute("$Button"+$Element+".Enabled = True")
 Next
EndFunction


Just one of many ways that you could do it.
_________________________
Today is the tomorrow you worried about yesterday.