Re: interesting discovery (trying to get record labels as strings)
Re: interesting discovery (trying to get record labels as strings)
- Subject: Re: interesting discovery (trying to get record labels as strings)
- From: Michelle Steiner <email@hidden>
- Date: Sun, 2 Dec 2001 13:13:06 -0700
On 12/2/01 11:23 AM, has <email@hidden> wrote:
>
This just throws an error, as you'd expect. However, try this:
>
>
{{a:1}} as string
>
>
and the results are _much_ more interesting. Try it and see. (Though if it
>
doesn't generate a lot of seemingly nonsensey stuff, let me know what
>
version of AS you're on [I'm on 1.3.7] as there's not much point pursuing
>
this if it won't work everywhere.)
with AS 1.6, using {{hello:65}} as string I get
--> "usrflist\"TEXThellolongA"
The A at the end corresponds to ascii 65.
Even more interestingly: {{hello:"goodbye"}} as string
--> "usrflist&TEXThelloTEXTgoodbye"
And then there's this: {{hello:{65, 66}}} as string
--> "usrflist>TEXThellolist
longAlongB"
Or this: {{hello:{"one", "two"}}} as string
--> "usrflist>TEXThellolist
TEXToneTEXTtwo"
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------