Thanks Gordon, that worked...
Cheers,
Dave

--- In [email protected], "Gordon Smith" <[EMAIL PROTECTED]> wrote:
>
> There are no characters in AS3; there are only Strings, which can 
have
> length 1. You can create Strings of any length out of character code
> integers using the static method fromCharCode() of the String class:
> 
>     String.fromCharCode(65, 66, 67) -> "ABC"
> 
> - Gordon
> 
> 
> -----Original Message-----
> From: [email protected] 
[mailto:[EMAIL PROTECTED] On
> Behalf Of quasimotoca
> Sent: Wednesday, April 05, 2006 8:18 PM
> To: [email protected]
> Subject: [flexcoders] Flex2 - Beta2 Integer to Character Conversion
> 
> Hi:
> I need to do an integer to character conversion.  I remember using 
the 
> simple char() command to convert an interger to it's character 
> representation.  It's now deprecated so how do I do it now?
> Cheers,
> Dave Cook  
> 
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> Yahoo! Groups Links
>







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to