try this:
var yourString = "string";
var temp = yourString .split("ยง");
var firstLine = temp[0];
var secondLine = temp[1];
var thirdLine = temp[2];
etc. etc...
Enrico Tomaselli
+> web designer <+
[EMAIL PROTECTED]
http://www.metatad.it
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

