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 ?