PDA

View Full Version : Enter a line break in a runtime variable



Eddie Sizemore
01-30-2019, 08:34 AM
I am using HTTP post to send an email and the Text to Post field only has 7 lines and I could use a few more. I can put text in a runtime variable and use that but how do I add a line break in a variable? I have tried using /n and <13,10>.

linder
01-31-2019, 02:45 AM
Eddie,

good question. I'll check this and get back to you.

Friedrich

linder
01-31-2019, 03:21 AM
Hi Eddie,

\n works fine in the "Post to HTTP Server" dialog. But it stops working in Post HTTP actions when using it in a runtime variable. In this case it converts \n to another macro (to handle CR in "Display Message Boxes" and LIST controls) which is not compatible with the HTTP Post action.

We have to find a way to handle this.

Friedrich

linder
01-31-2019, 03:39 AM
UPDATE: I think we have found a solution. The SB runtime handles it automatically now (non-SSL and SSL). We have to do some regression testing.

Friedrich