..


Sponsored Links

What are chr (10) and chr (13)?

Within an ASP code (or more generally, in a VB like) can sometimes see a string followed by chr (10) and / or chr (13). For example:






 Dim text







 text = text "blah blah blah"



It is carriage returns and equals, for text files, HTML tag <br>.

And 'possible to use either chr (10) and chr (13), but very often are used together to compatibility issues.

In the same category ...
E-Learning
ASP (Advanced) ASP (Advanced)
Full course for creating dynamic Web sites. From 39 €.
ASP Zero (Ebook) ASP Zero (Ebook)
Learning Microsoft ASP and VBScript from scratch. At only 29 €.
ASP and Access (Ebook) ASP and Access (Ebook)
Managing a MS Access database with ASP. At only 29 €.
Sponsored Links