+ Reply to Thread
Results 1 to 4 of 4

Thread: Enter a line break in a runtime variable

  1. #1

    Default Enter a line break in a runtime variable

    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>.

  2. #2
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: Enter a line break in a runtime variable

    Eddie,

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

    Friedrich

  3. #3
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: Enter a line break in a runtime variable

    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

  4. #4
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: Enter a line break in a runtime variable

    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

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •