Hello,

You mean that you just need this 'convention' for display purposes ?

var str = "10 / 2=";
trace(str);             //      outputs: 10 / 2=
str = str.split("/").join("÷");
trace(str);             //      outputs: 10 ÷ 2=

hth,
Cedric

"10 / 2=" I need "10 ÷ 2 ="

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to