RE: [flexcoders] Array.SortOn Error (Flex 1.5)

2006-02-01 Thread Matt Chotin
The intrinsic for Array that shipped with 1.5 expected the second option to be the number use-case (and therefore youre going to need to use the | operator).  You can work around this by 1) using the | operator 2) using a temporary variable typed as Object 3) go edit Array.as in

RE: [flexcoders] Array.SortOn Error (Flex 1.5)

2006-02-01 Thread João Fernandes
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt Chotin Sent: quarta-feira, 1 de Fevereiro de 2006 13:31 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Array.SortOn Error (Flex 1.5) The intrinsic for Array that shipped with 1.5 expected the second option to be the number