I've got the following problem: I'm making a flash site that puts a var into a textfield. But now it's just plain text. Does anyone knows how I insert a blank line? (like java/c's "\n")
greetz
Printable View
I've got the following problem: I'm making a flash site that puts a var into a textfield. But now it's just plain text. Does anyone knows how I insert a blank line? (like java/c's "\n")
greetz
Xystes,
i believe it's the same "/n" but you must add it.
ex. "blahblahblah" & /n
ZaxisNet
Did that help?