Alphanum Algorithm
AlphanumComparator.as (AS3 version)
reference:
http://www.davekoelle.com/alphanum.html
http://www.breaktrycatch.com/alphanumeric-sorting-in-as3/
- forked:1
- favorite:0
- lines:142
- license : MIT License
- modified : 2012-07-05 12:21:52
Alphanum.as:[ERROR]Compiler Error
Alphanum.as(20): col: 27 Error: Type was not found or was not a compile-time constant: List.
private var _list:List;
^
Alphanum.as(30): col: 25 Error: Call to a possibly undefined method List.
_list = new List(this, 10, 10);
^
What happened ??
- by
civet
- at 2012/07/04 19:55:39
Some sort of namespace collision. I'm not sure where that other List comes from...
- by
yonatan
- at 2012/07/05 04:45:16
or might not be a collision at all. i have no idea.
- by
yonatan
- at 2012/07/05 05:36:34
same problem with mx.controls.List when trying to fork http://wonderfl.net/c/5N1I
maybe a compiler bug?
- by
yonatan
- at 2012/07/05 05:43:19


