RE: simple local variable question

2004-02-20 Thread Phil Davis
> [mailto:[EMAIL PROTECTED] Behalf Of Christopher > Mitchell > Sent: Friday, February 20, 2004 10:35 PM > To: How to use Revolution > Subject: Re: simple local variable question > > > However, that is contrary to the documentation for the local command: > > You cre

Re: simple local variable question

2004-02-20 Thread Christopher Mitchell
er, or openCard rather... On Feb 21, 2004, at 12:44 AM, Christopher Mitchell wrote: Dar, This seems to have helped. Evidently although the script local variables are declared outside handlers, the put assignment is not evaluated so they must be initialized in the declaration if they need ini

Re: simple local variable question

2004-02-20 Thread Christopher Mitchell
Dar, This seems to have helped. Evidently although the script local variables are declared outside handlers, the put assignment is not evaluated so they must be initialized in the declaration if they need initial values. If they were all dynamic values perhaps declaring at the top then immed

Re: simple local variable question

2004-02-20 Thread Christopher Mitchell
the documentation is misleading. Yours, Chris On Feb 20, 2004, at 7:20 PM, Phil Davis wrote: - Original Message - From: "Christopher Mitchell" <[EMAIL PROTECTED]> To: "How to use Revolution" <[EMAIL PROTECTED]> Sent: Friday, February 20, 2004 4:55 PM Subject:

Re: simple local variable question

2004-02-20 Thread Christopher Mitchell
e Revolution" <[EMAIL PROTECTED]> Sent: Friday, February 20, 2004 4:55 PM Subject: simple local variable question Howdy, I'm declaring some local variables at the top of a card script that I need to use in several handlers... here is a simplified recipe question that will help me

simple local variable question

2004-02-20 Thread Christopher Mitchell
Howdy, I'm declaring some local variables at the top of a card script that I need to use in several handlers... here is a simplified recipe question that will help me understand why I'm not able to access the values I'm assigning to them: --card script begins here local rotAngle put 20 into r