[futurebasic] Re: [FB] PenSize

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : March 2010 : Group Archive : Group : All Groups

From: Stu Cram <stu@...>
Date: Mon, 15 Mar 2010 20:28:59 -0600
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.