Flash Q
Flash Q
Out of context: Reply #3
- Started
- Last post
- 10 Responses
- unfittoprint0
myvar.onLoad = function(){
txt = this.var;txt = txt.split('\r\n');
txt = txt.join('\n');}
myvar.onLoad = function(){
txt = this.var;
txt = txt.split('\r\n');
txt = txt.join('\n');
}