Is there a way to go to next line?
If I have a long line and I want to go to next line like this:
///////////////
function reportKeyDown(event: KeyboardEvent): void {
trace("Key Pressed: " + String.fromCharCode(event.charCode) + " (key
code: " + event.keyCode + " character code: " + event.charCode + ")");
//////////
Is there a special char that it is possible to use?
Thanks and Happy New Year!!!
