|
|||
|
I have a relatively easy question... I hope...
I need to send ESC EZ to notepad, so that i get the arrow thing followed by EZ. I have tried: var x =String.fromCharCode(27)+ "EZ"; var myfile = new Stream("c:\\test.txt"); myfile.length = 0; myfile.write(x); myfile.close(); Any suggestions? |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|