Tolga Uzuner
2006-Apr-24 14:37 UTC
[R] Sending an ESC command to the console from wihtin a script
Hi, Is there a way to send an ESC command to the console from within a script window, without using the mouse ? Thanks, Tolga
Gabor Grothendieck
2006-Apr-24 14:59 UTC
[R] Sending an ESC command to the console from wihtin a script
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 <tolga at coubros.com> 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 > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html >
Tolga Uzuner
2006-Apr-24 15:02 UTC
[R] Sending an ESC command to the console from wihtin a script
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 <tolga at coubros.com> 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 >> >>______________________________________________ >>R-help at stat.math.ethz.ch mailing list >>https://stat.ethz.ch/mailman/listinfo/r-help >>PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html >> >> >> > > >Many thanks, Tolga
Prof Brian Ripley
2006-Apr-24 19:09 UTC
[R] Sending an ESC command to the console from wihtin a script
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 don't see how you can send anything from a script window without using either a mouse or the keyboard, and ESC is on your keyboard and also on the Misc menu. So what exactly are you trying to do? -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595