Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | RE: FLASH: Line break or RETURN in string |
From: | Paul Willoughby |
Date: | Fri, 15 Sep 2000 10:52:26 +0100 |
Hi Susan
In Flash you use the newline function (or is it an operator?). So if you set
a text variable it's like:
SetVariable:"text" = "broken" & newline & "over" & newline & "lines"
Remember to set the value to an expression.
If you're loading from a text file, you have to URL encode the line break as
%0A. I'm sure Helen Triolo has a list of all URL encoding characters
(indispensable, thanks Helen!), but I can't find the link, sorry.
hth
Paul
-----Original Message-----
From: Susan Yoo [sueyoojuniornet [dot] com (mailto:sueyoojuniornet [dot] com)]
Sent: 14 September 2000 22:00
To: 'flasherchinwag [dot] com'
Subject: FLASH: Line break or RETURN in string
Hello everyone.
How do you put a line break in a string or define a line break (RETURN) as a
delimiter?
Thanks in advance.
--sueyoo
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]