• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

carriage return in script string

panda

Well-known member
Script question ?
How can I generate a carriage return in a script string

Field[CustDesc].text = "1: test"

I would like this script to generate this:
1:
test
instead of
1:test
 
Not sure on this one myself; tried just putting a carriage return after the colan by hitting <enter> on the keyboard?
 
found, must use formatting tag {br}

so I tried:
/n -> no
<br/> -> no
{br/} -> no
{br} -> yes !!! :D
 
ShadowChemosh:

It's absolutely amazing what you CAN"T find using Google. :)
Yes! In this case because while I love LW stuff the "words" they use for things is often very strange (ie bootstrap, Things, Picks, Gizmo, Entity, etc...). Making it hard to find sometimes. :eek: :p :)
 
I was a programmer but I have a lot of difficulties to understands how their scripting language works, it comes, but slowly.
 
Back
Top