On 9/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Quick question, can I toString an array element. > ie: var myStr:String = toString(aArray[i]); // where 'i' is the > increment.
Use String(aArray[i]) or aArray[i].toString() -- T. Michael Keesey Director of Technology Exopolis, Inc. 2894 Rowena Avenue Ste. B Los Angeles, California 90039 http://exopolis.com/ -- http://tmkeesey.net/ _______________________________________________ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com