ArrayGetMetadata
Method Signature
ArrayGetMetadata(array=[array])Arguments
Argument
Type
Required
Description
Default
Examples
Simple Example
// Create an array
arrayList = [
"apple",
"pineapple",
"mango"
];
// Fetch meta data
data = arrayGetMetadata( arrayList );
// Print array type
writeOutput( data.TYPE );
Member Function Example
Dump Metadata of Typed Array (Member syntax)
Related
Last updated
Was this helpful?
