Program Testing and Persistent Properties

Judy Perry jperryl at ecs.fullerton.edu
Sat Aug 7 22:02:54 EDT 2004


Can't the openCard handler be at the stack level?  (Or, is this an old HC
convention)...

Judy

On Sat, 7 Aug 2004, Bob Warren wrote:

> Dear Troy and Ken,
>
> As far as I can see, the suggested solution -
>
> on openCard
>     put EMPTY into Field "Field 1"
> end openCard
>
> - is more or less the same as I described in the article
> (http://www.howsoft.com/runrev/article.htm ):
>
> on openCard
>     Set the text of Field1 to ""
> end openCard
>
> What worries me about this solution is that if my program set 99 other
> properties when I test-ran it, would I have to put 99 other statements of
> this type in the openCard handler?



More information about the use-livecode mailing list