Creating a catch-all for unknown handlers

Alex Tweedly alex at tweedly.net
Sun Dec 12 18:05:14 EST 2004


At 16:41 12/12/2004 -0600, Ken Ray wrote:

>Well, you can do this now:
>
>   set the client.address.zip of this stack to "90034"
>
>(later:)
>
>   put the client.address.zip of this stack
>   --> 90034
>
>
>Does this not do what you want?

Very nearly but not quite - Gordon's first email on a related thread was 
about providing and using this in a library stack - so presumably these 
values should be retrievable from any stack within a multi-stack 
application.  Make the tiny change to

>   set the client.address.zip of stack "everywhere" to "90034"

where "everywhere" is the name of the library stack, where other stacks 
must first "start using" it, and that should be what is needed.

-- Alex.


More information about the use-livecode mailing list