This piece of code works on CF10, but NOT on CF9. Can anyone give me insight as to why?
The CF9 ERROR reads:
Invalid CFML construct found on line 2 at column 18.
ColdFusion was looking at the following text:
{
The CODE:
<cfscript>
CompanyobjData = {
'CustomerID' : 'a',
'CUSTOMERNAME1' : 'b',
'CUSTOMERADDRESS1' : 'c',
'CUSTOMERADDRESS2' : 'd',
'CITY' : 'e',
'ST' : 'f',
'ZIP' : 'g',
'PHONE' : 'h',
'DEFAULTTERM' : 'i'
};
</cfscript>
<cfdump var="#CompanyobjData#" >
The :
separator is only supported from CF10, use =
signs instead.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With