Well, I try as you suggest...
I create a mc with an input txtfield inside, another mc with a dynamic
textfield, and a button with this action:
on (release) {
 var mytxt = _root.intxt.intxt;
 mytxt = "a\nb\nc\n";
 mytxt = mytxt.split("\n").join("<br/>");
 _root.outxt.testo = mytxt;
}
where 'intxt' is the mc with input field, and 'outxt' the dynamic textfield.
If I type:
worda
wordb
wordc
the result in outxt mc is:
a
b
c
....

     Enrico Tomaselli
  +> web designer <+
  [EMAIL PROTECTED]
http://www.metatad.it

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to