Ask a Question related to Macromedia Director Lingo, Design and Development.
-
boergi webforumsuser@macromedia.com #1
newline
How can i make a newline in a sprite of a text-member with lingo?
THX
Wolfgang
boergi webforumsuser@macromedia.com Guest
-
newline to <br>?
When doing a databse query, how do yu contvert your newlines to <br>? -
adding newline in xml export
I'm using ID CS on win2k and I'm wondering how to add new lines after xml elements that I'm creating. It's saving the whole export on one line. TIA -
Newline in XML
Hello Is there any way to insert new line charcter in an Attribute of XML and let flash read it dinamicaly? Something like this XML-Code ... -
newline problem
I just installed php 4.3 on windows xp. It seems that new lines are ignored. The following code <?php for ($i=0; $i<10; $i++){ print "test"; }... -
prevent newline in datagrid
Hello Newsgroup! I have a DataGrid. In the cells of this DataGrid are strings displayed which consists of more then one word. When the collum of... -
Fraggy #2
Re: newline
Or do it like this:
var_text = "my piece of text" && RETURN
(the "&&" operator concatenates strings.)
Note: you could use "\n" as newline character, but don't because "\n" is not
completly crossplatform, I think...
Jean Marc.
"boergi" <webforumsuser@macromedia.com> wrote in message
news:bemosh$6qa$1@forums.macromedia.com...> How can i make a newline in a sprite of a text-member with lingo?
> THX
> Wolfgang
>
>
Fraggy Guest
-
Gabriel #3
Re: newline
note that && concatenates string AND adds a space between the two strings
single & concatenates strings without the space..
hope this helps too
gabriel
Gabriel Guest



Reply With Quote

