Querbra de Linha - Break Lines


/ Published in: ASP
Save to your folder(s)

substitui em quebra de linha.
Break the lines form data, replacing key


Copy this code and paste it in your HTML
  1. <%
  2. myTxt = rsD("Dica")
  3. txt = replace(myTxt,CHR(13)&CHR(10), "<br>")
  4. %>
  5. <%=txt %>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.