Home Tutorial Flex Flex4 Flex Data Types

 
 

Flex Data Types
Posted on: April 19, 2010 at 12:00 AM
The data type of the variable defines the type of the value this variable can have.
The data type of the variable defines the type of the value this variable can have. Each data type represents some set of values. For example, int variable can have any integer value and Boolean can have true or false values.

Primitive Data types:
int, uint, Number, Boolean, String, Null and void

Complex Data types:
Array, Date, Error, Function, RegExp, XML, and XMLLis

Related Tags for Flex Data Types:


Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.