Analytics.DataList.debugOut()

Signature

void debugOut(Object list)

Domain

ACTION

Description

Prints the data list

Parameters

NameTypeDescription
listObjectTerr List Object

Returns

TypeDescription
void

Cautions

In case a complex TERR datastructure like another frame or list exists inside a list, then the debugOut function will just print the object reference of it.
The various frame/list related functions can be then used to retrieve data from these datastructures.

Example

Analytics.DataList.debugOut(list);