Discussion Board
Go to the previous messageThere are no next messages
Current Forum: Homework 5 - Part 3
Date: Mon Nov 19 2001 10:12 pm
Author: Cipriani, Jason A. <jac4@andrew.cmu.edu>
Subject: Re: End of Line

if you want to append an entire CRLF to the end of a string:

myString += "\r\n";

\n is a linefeed
\r is a carriage return

Post response

Go to the previous messageThere are no next messages
Current Thread Detail:
End of Line      Drozd, William A.      Sun Nov 18 2001 3:26 am       
Re: End of Line      Liu, Limin Angela      Sun Nov 18 2001 11:29 am       
Re: End of Line      Cipriani, Jason A.      Mon Nov 19 2001 10:12 pm       

Back to previous screen