Seth,
It looks like these lines<cfset var bMainOp= false>
<cfset var iOperation_ID= 0>are not parsed correctly, the variables bMainOp and iOperation_ID should not appear in the report.
You should change this line in the method
"getVarScopedVariables"
<cfset local.varMatches = ReFindNoCase("<cfset
+var +([a-zA-Z0-9_\.\[\]]+) +=", local.varSection, local.startAt, true)
/>
to
<cfset local.varMatches =
ReFindNoCase("<cfset[[:space:]]*var[[:space:]]*([a-zA-Z0-9_\.\[\]]+)[[:space:]]*=",
local.varSection, local.startAt, true) />
Cheers,
Harry
You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com).
An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
