Hi all, first post here.
When setting a variable within a switch statement, is that variable available outside the scope of the switch statement. We have been having issues where we set a variable within the switch statement and then try to use that variable's values outside the switch statement and we are prompted with an error message saying "Can't read <variable name>". Any ideas?
TIA
Harold
When setting a variable within a switch statement, is that variable available outside the scope of the switch statement. We have been having issues where we set a variable within the switch statement and then try to use that variable's values outside the switch statement and we are prompted with an error message saying "Can't read <variable name>". Any ideas?
TIA
Harold