Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

New Line in String in Crystal 7.0

Status
Not open for further replies.

shenay921

Programmer
Sep 22, 2005
40
US
Hi There,

I read that in Crystal 10 you can create a new line in a string series using chr(10) or chr(13).

Is there anything that works for Crystal 7.0?

Example:

'Cancellation Reasons Count' + chr(10) +
'Cancelled by FD PTA: ' & {#CancelbyFDPTA}
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top