On 15-Mar-10, at 8:13 PM, Max Taylor wrote: > Also try adding something like: > > case else > PenSize(9,9) : Print "Used case else with: ";txtStr > > If the PenSize always ends up being 9 then you will know that none > of your other cases are being processed. > You will also see the results of the txtStr value so you are getting > two birds with the same stone. > _________________________ Good call, Max. I forgot about (always) having a CASE ELSE like you mentioned as part of a fail-safe program development strategy.