Monte Goulding <monte@...> writes:

> 
> Or:
> 
> local sFIrstRun = "true"
> 
> on preOpenStack
>     if the owner of the target is me then
>         if the environment is "development" and sFIrstRun then
>              startup
>         end if
>         put false into sFIrstRun
>     end if
> end preOpenStack

1: yes, but that rather defeats the purpose of having a separate routine
for "startup", doesn't it?

2. I thought assigning values in a variable declaration was discouraged.

-- 
 Mark Wieder
 ahsoftw...@gmail.com





_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to