Re: update a global variable in a procedure ?

Subject: Re: update a global variable in a procedure ?
From: amiamc@xxxxxxxxxxxxxxx
Date: Mon, 08 Nov 1999 12:17:55 -0500
In general, you will either bind a local environment to a
new procedure with (lambda) or use a (let) to determine a
value by calling a common procedure to do context-specific
query.

The former is more effective when you can pass the value
down as an argument. The latter is an alternative when you
can't alter the argument list (such as in an element construction
rule), and the arguments are derived from some other part
of the document.

Reyes wrote:
>
> One question:
>
>         Are there a way to update a global variable in a procedure?
>
> Thanks, Reyes
>
>
> Reyes Garcia-Rosado
> STAR GmbH                 Tel.     +49 7735 939801
> Westendstrasse 1        e-Mail.  rgr@xxxxxxxxxx
> D-78337  Oehningen      http://www.star-ag.ch
>
>
>
>  DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist

--                                                                          --
Mitch C. Amiano                                 Mitch.C.Amiano@xxxxxxxxxxxxxxx
Software Development Engineer
Engineering Tools and Process Engineering
Engineering Services
Raleigh Design Center
Alcatel USA


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread