Flash Lite 2.x and 3.0 ActionScript Language Reference

CASEINSENSITIVE (Array.CASEINSENSITIVE property)

public static CASEINSENSITIVE : Number

Represents case-insensitive sorting. You can use this constant for the options parameter in the sort() or sortOn() method. The value of this constant is 1.

See also

sort (Array.sort method), sortOn (Array.sortOn method)