I am getting a concatenating error because of trailing spaces in my output. Does anyone know how to resolve getting rid of the blank trailing spaces? Thanx
Depending on the result of your concatenation, you might want to use the EDIT function, or the SUBSTR routine. For example, if you concatenate a 3 byte field to another 3 byte field, and wanted 5 bytes out, you could do the following:
Actually I am pulling records from the database using dialog manager and don't know exactly how long each row is. So when the results come back, I need their trailing spaces cut off. The trim function doesn't work in the latest realease of WebFocus. Here is the code that is pulling the info. Please Help!
If you're going to use STRONG concatenation (||) in the Dialogue Manager, you should have a space BEFORE and AFTER the STRONG concatenation, and, if you want the imbedded blank, you'll need parens, like this:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.