in CF i can do this:
Code: Select all
<cfset x='abc'>
<cfset y='2'>
<cfset z='3'>
<cfoutput>
#x# is the same as #evaluate(x)#
and
#abc_2# is the same as #evaluate(x & '_' & '2')#
<!--- The value of 'abc_2' is output the same regardless of method used --->
</cfoutput>(x is a variable, _ and 2 are known strings)
im sure there is an easy fix, maybe im just tired!
Thanks,
- Joe
feyd | Please use
Code: Select all
tags when non-php code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color]