do AEFlattenDesc v : Flatten Apple event data
do AEFlattenDesc anything : the source data
→ text : the flattened data (binary). Use this command if you have to save complex Apple event data (list, record) especially in X 10.2+. In pre-10.2, 'another data of' command works with the complex data. Difference is that AEFlattenDesc adds 16-byte header.
do AEUnflattenDesc v : Make Apple event data from flattened data
do AEUnflattenDesc string : data flattened by AEFlattenDesc; the type 'string' is not actually checked but just the data is used
→ anything : unflattened Apple event data
do AESizeOfFlattenedDesc v : Return the size in bytes of the flattened data
do AESizeOfFlattenedDesc anything : the data whose flattened data size is to be returned
→ integer : the size in bytes