Difference between revisions of "Utils 1 0-doDump"

From ADF Docs
Jump to: navigation, search
 
Line 5: Line 5:
  
 
== Description ==  
 
== Description ==  
[[Utils_1_0|Return to Utils_1_0]]
 
 
 
ColdFusion dump of the variable argument.
 
ColdFusion dump of the variable argument.
  

Latest revision as of 13:59, 9 April 2010

Attention: Do not change any text in the description, signature, and paramter sections.

Return to Utils_1_0

Description

ColdFusion dump of the variable argument.

Signature

public string doDump ( any var, string label, boolean expand, numeric returnInVar )

Parameters

Required Name Type Description
required var any
optional label string [Default: no label]
  expand boolean [Default: true]
  returnInVar numeric [Default: 0]