Daily Archives: January 10, 2006

New Data type in ActionScript 3.0

The ActionScript 3.0 defines diverse types of generally used data. A type of data defines a type of value. An variable that is attributed a type of data can only arrest a value inside of this type of values. All the values in ActionScript 3.0, primitive or complexes, are objects. Primitive values are: Boolean, int, void, Number, String, uint and undefined. Complex values are: Array, Dates, Error, Function, RegExp, XML, and XMLList. Continue reading