[R-gui] Example using 'after'

Peter Dalgaard p.dalgaard at biostat.ku.dk
Fri Oct 10 21:37:00 CEST 2008


Paul Roebuck wrote:
> Does this work when using tcltk package?
>
> I tried the minimalist
>     tcl("after idle bell")
>
> but it just gives an error.
>
> Does someone have an example?
>   
tcl("after", "idle", "bell")

or

.Tcl("after idle bell")

(which starts with a dot because you shouldn't have to know about it....)

-- 
   O__  ---- Peter Dalgaard             Øster Farimagsgade 5, Entr.B
  c/ /'_ --- Dept. of Biostatistics     PO Box 2099, 1014 Cph. K
 (*) \(*) -- University of Copenhagen   Denmark      Ph:  (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk)              FAX: (+45) 35327907



More information about the R-SIG-GUI mailing list