/ Published in: ASP
Expand |
Embed | Plain Text
function StripSingleQuote(str) if len(str) > 0 then _ StripSingleQuote = replace(str,"'","''") end function
You need to login to post a comment.
function StripSingleQuote(str) if len(str) > 0 then _ StripSingleQuote = replace(str,"'","''") end function
You need to login to post a comment.