No, there's no pointers. All the objects are passed to functions by reference, except for the basic types (Number, String, etc.) which are passed by value.
-- Laurent Cozic Flash, Flex and Web Application development http://pogopixels.com --- On Fri, 2/20/09, christophe_jacquelin <[email protected]> wrote: From: christophe_jacquelin <[email protected]> Subject: [flexcoders] Pointers like in C To: [email protected] Date: Friday, February 20, 2009, 4:07 PM Hello, Did the type Pointer exist in Flex/ActionScript like in C. int *ptr; Thank you, Christophe,

