ActionScript 2.0 Language Reference |
|
|
|
| ActionScript classes > Array > CASEINSENSITIVE (Array.CASEINSENSITIVE property) | |||
public static CASEINSENSITIVE : Number
In the sorting methods, this constant specifies 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.
Availability: ActionScript 1.0; Flash Player 7
sort (Array.sort method), sortOn (Array.sortOn method)
|
|
|
|