User Guide

Table Of Contents
74 Chapter 3: Using ColdFusion Variables
The following example calls a custom tag using two variables, MyString and MyArray:
<cf_testTag stringval=#MyString# arrayval=#MyArray#>
Passing variables to CFX tags
You cannot pass arrays, structures, or
cfobject objects to CFX tags. You can pass a query to a
CFX tag by using the
query attribute when calling the tag. ColdFusion normally converts simple
data types to strings when passing them to CFX tags; however, the Java Request Interface
getIntAttribute method lets you get a passed integer value.