Skip to Content
0
Former Member
Dec 29, 2005 at 05:39 PM

add line feed to string

1169 Views

Hello everyone,

I have a Form that will output a bar code. That bar code is composed of 4 fields from a table that are concatenated into a string. The problem is that the client wants to read the bar code and have an output with 4 distinct lines on screen.

So, i need to add to my result string 3 carriage returns/line feeds. How do i do that ?