Ok. got this tag off DevEx in an effort to cull out apostrophes from a
text string in an access db field.. I'm fumbling with this UDF.

 

 

If anyone is familiar with this tag, I'd appreciate your assistance

Getting this error:

 



Element HASENDTAG is undefined in THISTAG. 

         

 


 

 


 


23 : --->
24 : 
25 : <CFIF (Not IsDefined("Attributes.String") OR Not
IsDefined("Attributes.Output")) AND Not ThisTag.HasEndTag>
26 :    <CFABORT SHOWERROR="<P><B>StripASCII Error:</B> You must specify
both a STRING and an OUTPUT attribute.</P>">
27 : <CFELSEIF Not ThisTag.HasEndTag>

 

 Here's how I have the tag in the template:

 

<cfinclude template="stripASCII.cfm">     

<CF_StripASCII STRING="#performed_by#" OUTPUT="newString" STRIP="yes">

 

<cfoutput>

#newString#

</cfoutput>

 

 

 

Tim

 

 

 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228926
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to