[R] Sending an ESC command to the console from wihtin a script

2006-04-24 Thread Tolga Uzuner
Hi, Is there a way to send an ESC command to the console from within a script window, without using the mouse ? Thanks, Tolga __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide!

Re: [R] Sending an ESC command to the console from wihtin a script

2006-04-24 Thread Gabor Grothendieck
RSiteSearch(clear screen) will locate Windows code to send a ctrl-L to the screen that you can modify. On 4/24/06, Tolga Uzuner [EMAIL PROTECTED] wrote: Hi, Is there a way to send an ESC command to the console from within a script window, without using the mouse ? Thanks, Tolga

Re: [R] Sending an ESC command to the console from wihtin a script

2006-04-24 Thread Tolga Uzuner
Gabor Grothendieck wrote: RSiteSearch(clear screen) will locate Windows code to send a ctrl-L to the screen that you can modify. On 4/24/06, Tolga Uzuner [EMAIL PROTECTED] wrote: Hi, Is there a way to send an ESC command to the console from within a script window, without using the mouse ?

Re: [R] Sending an ESC command to the console from wihtin a script

2006-04-24 Thread Prof Brian Ripley
On Mon, 24 Apr 2006, Tolga Uzuner wrote: Hi, Is there a way to send an ESC command to the console from within a script window, without using the mouse ? What OS is this? If Windows, ESC interrupts a running command, and is not itself a command: rather it generates a software interrupt. I