Making the move...

Rob Cozens rcozens at pon.net
Wed Mar 22 11:43:34 EST 2006


  Geoff:

> on doSomething pArg
>   if tSingleUser then
>     doSomethingForSingleUser pArg
>   else
>     doSomethingForMultiUser pArg
>   end if
> end doSomething pArg
>
>

> doSomethingForMultiUser pArg

is the seven lines I used as an example in my last post, the remaining 
90 lines comprise doSomethingForSingleUser pArg

Rob




More information about the use-livecode mailing list