Hi Tony, I can't tell you how many times I've made that mistake. When you declared the $myControl variable, you used the 'ls' or 'list" command which would return an array so that would require a variable like $myControl[] instead. Hope that helps