If I run the following:  
 
> windows()          
> 
> bringToTop(-1)
> 
> interactive()
[1] TRUE
> 
> run <- readline(prompt = "Continue (Yes = 1, No = 2):")      
Continue (Yes = 1, No = 2):
> dummy <- 1
> run
[1] ""

it does not allow user input though the session is interactive (it jumps right 
over the readline command). 

It would be great if you would have any suggestions of how to solve the problem.

Thanks,
 
Jan




                                          
        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to