Skip to content

use List ,Array,Dictionary

sonygod edited this page Dec 29, 2014 · 1 revision

current on base implement simple way ,no intelligent tip .will add

 var list = untyped(current.list);
	 untyped (list.Add(2));
	 
     untyped  oo = untyped(list.GetEnumerator());
  
    
  while (untyped(oo.MoveNext())) {
	  
	  trace(untyped(oo.Current));

  }
Clone this wiki locally