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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Separating Arrays

Status
Not open for further replies.

CNR123

Programmer
Joined
May 5, 2000
Messages
7
Location
US
I've fields with some arrays.&nbsp;&nbsp;The items are separated with semicolons in database.&nbsp;&nbsp;I'm looking for a formula or something that put each item (past the semicolon) on a new line in Crystal Report.&nbsp;&nbsp;Any suggestions on how I can make this happen?<br><br>Thanks,<br>Craig
 
In a formula put<br>Replace ({yourfield}, ';', Chr(10)) <br>this will search and replace the semicolon with a carriage return.&nbsp;&nbsp;Make sure the formula is formatted to print on multiple lines, or you will only see the first line.<br> <p>Malcolm Wynden<br><a href=mailto:wynden@island.dot.net>wynden@island.dot.net</a><br><a href= > </a><br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top