rejetto forum

multiline strings

Foggy · 4 · 2201

0 Members and 1 Guest are viewing this topic.

Offline Foggy

  • Tireless poster
  • ****
    • Posts: 806
    • View Profile
Is it somehow possible to use string tables with strings that have more than 1 line.

eg.
string1=hello
string2=hey,
how are you?

{.!string1.}=
hello
{.!string2.} =
hey,
how are you?


Offline bacter

  • Operator
  • Tireless poster
  • *****
    • Posts: 681
    • View Profile
You can already obtain this result using a <br /> in your string definition:

string2=hey,<br />how are you?

then {.!string2.} shows as:

hey,
how are you?

your computer has no brain - use your own !


Offline Foggy

  • Tireless poster
  • ****
    • Posts: 806
    • View Profile
I suppose this is somewhat linked to my other topic where I cant change the linebreak into </br> because the strings table is automatically created from urlvars.


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
what if you use the html entity &# 13; (without the inner space) ?