Hi
Have a dynamc text field and wish to have the output listed in a column under each other but don’t know how I can tell flash to this. <br> in html. Now it jumps all over the place.
outCome_txt.text =
aAmount_txt.text + " " + aPrice_txt.text + " " +
bAmount_txt.text + " " + bPrice_txt.text + " " +
cAmount_txt.text + " " + cPrice_txt.text + " " +
dAmount_txt.text + " " + dPrice_txt.text + " " +
eAmount_txt.text + " " + ePrice_txt.text
How can I make it this happen?