I have this:
_____________
<CFPARAM NAME="Attributes.width" DEFAULT="150">
(more code)
...
(more code)
<CFSET tw = #IIf(IsDefined(Attributes.width), DE("#Attributes.width#"
, DE("100"
)#>
_____________
and I get this error:
Error Diagnostic Information
Parameter 1 of function IsDefined which is now "150" must be a syntactically valid variable name
The error occurred while evaluating the expression:
tw = #IIf(IsDefined(Attributes.width), DE("#Attributes.width#"
, DE("100"
)#
The error occurred while processing an element with a general identifier of (CFSET), occupying document position (180:3) to (180:86).
_____________
can anyone help?? Let me know if you need the rest of the code . . .
Thanks in advance,
-NeoTurtle [sig][/sig]
_____________
<CFPARAM NAME="Attributes.width" DEFAULT="150">
(more code)
...
(more code)
<CFSET tw = #IIf(IsDefined(Attributes.width), DE("#Attributes.width#"
_____________
and I get this error:
Error Diagnostic Information
Parameter 1 of function IsDefined which is now "150" must be a syntactically valid variable name
The error occurred while evaluating the expression:
tw = #IIf(IsDefined(Attributes.width), DE("#Attributes.width#"
The error occurred while processing an element with a general identifier of (CFSET), occupying document position (180:3) to (180:86).
_____________
can anyone help?? Let me know if you need the rest of the code . . .
Thanks in advance,
-NeoTurtle [sig][/sig]