Hem / Tips & tricks
<%Function fixbug(strText)If Not IsNull(strtext) thenstrText = Replace(strText,"'","''")strText = Replace(strText,"\","\\")fixbug = strText end ifEnd Function%>