Forum Discussion

Michael_Heinze's avatar
Michael_Heinze
Contributor
15 years ago

how to send an ENTER in a string for multiple lines

hello,

is it possible to send a 'enter' in a string field? e.g. addresses with multiple lines.

regards,
Chris

3 Replies

  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi!

    hmm.. where is this? in a REST/HTTP parameter?

    regards,


    /Ole
    eviware.com
  • here is an example:
     

                     
                      Schillerstraße 10
                     

    where in the street address we could have something like this:

                      Schillerstraße 10 "ENTER" Stiege 12 "ENTER" Top1

    which should then be displayed/printed like this:
    Schillerstraße 10
    Stiege 12
    Top1

    regards,
    Chris
  • Anonymous's avatar
    Anonymous
    Perhaps it is a stupid idea, but a CDATA section could be used for this prupose ?

    regards,
    PHL.