Re: Variable names on the fly?
Re: Variable names on the fly?
- Subject: Re: Variable names on the fly?
- From: Emmanuel <email@hidden>
- Date: Tue, 16 Jan 2001 09:24:00 +0100
At 5:52 +0100 16/01/01, Paul Berkowitz wrote:
>
On 1/15/01 5:24 PM, "Emmanuel" <email@hidden> wrote:
>
>
> At 0:39 +0100 16/01/01, as digestion wrote:
>
>> set monthNum to mMonth of monthProps --ERROR
>
>
>
> What you really mean is:
>
>
>
> ---------------
>
> run script ("set monthNum to " & mMonth & "of monthProps")
>
> ---------------
>
>
>
>
Umm, did you try that, Emmanuel?
Sorry. I meant:
What you really mean is:
--------------- not tested
run script ("set monthNum to " & mMonth & "of monthProps")
---------------
Emmanuel