Re: Coerce string to record or something like that?
Re: Coerce string to record or something like that?
- Subject: Re: Coerce string to record or something like that?
- From: Michael <email@hidden>
- Date: Wed, 12 Dec 2001 20:58:15 -0800
On 12/12/01 1:16 PM, "JJ" <email@hidden> wrote:
>
set entry_1 to record {+class usrf;:{"status", "unproc"}}
>
set entry_2 to record {+class usrf;:{"lyrics", false}}
>
>
set Entire_Record to entry_1 & entry_2
This doesn't work on my system. If I paste that into Script Editor and try
to compile, I get the error: "Expected ',' or '}' but found identifier."
Running AS 1.6.
Michael