Quote Originally Posted by fesparza
What does the 10 & 13 mean in the following:

DEBUG "Temperature is: ",DEC temp," Deg F",10,13
ASCII 10 = <LF> Line Feed
ASCII 13 = <CR> Carriage Return

Appendix D of the PBP manual "ASCII Table"

Hope that helps