Many times we need this!
We create objects and arrays and modify them through code to get them as we want. Finally the object is ready but every time it is created using the same complex procedure when the SWF runs.
This affects the performance to some extent.
Also sometimes we need to see what’s in that object at that movement for debugging (including remote debugging)
So I’ve created this code to convert Objects and Arrays to Action Script string which can be used to construct the object again.