We Recommend

ASP.NET 3.5 Unleashed ASP.NET 3.5 Unleashed
ASP.NET 3.5 Unleashed is the most comprehensive book available on the Microsoft ASP.NET 3.5 Framework, covering all aspects of the ASP.NET 3.5 Framework--no matter how advanced.


Posted By

nicolaspar on 12/19/06


Tagged


Versions (?)


ASP - Sacar Comillas


Published in: ASP 


  1. function comillas(ByVal cadena)
  2. dim limpiar
  3. limpiar = replace(""&cadena,"'","´")
  4. limpiar = replace(limpiar,"""","´")
  5. comillas= limpiar
  6. end function

Report this snippet 

You need to login to post a comment.