Analytics.DataList.debugOut()
Signature
void debugOut(Object list)
Description
Prints the data list
Parameters
Name | Type | Description |
list | Object | Terr List Object |
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);