Question
Replace
When trying to do the following replace:
<cfset temp = assignedDutyList .jobDutyStandards>
<cfset standards= Replace(temp,"''","'","ALL")>
I am getting:
When using named parameters to a function, every parameter must have a name.
Why doesn't this work?
<cfset temp = assignedDutyList .jobDutyStandards>
<cfset standards= Replace(temp,"''","'","ALL")>
I am getting:
When using named parameters to a function, every parameter must have a name.
Why doesn't this work?
