Determining Data Types
Determining Data Types
- Started
- Last post
- 4 Responses
- scott512
Is there a way to "sniff" out a data type in Flash?
Reason being, I want to build a script that will deconstruct any type of Data whether its an array, or not and build it back up into an XML doc.
Any thoughts?
- scott5120
Any at all?
- metonym0
aren' t datatypes in Flash loosely typed like in PHP?
- scott5120
Very similar
- prajna0
Did you try...
typeof (DataType Here);