Displaying 1 result from an estimated 1 matches for "tp24005544p24005544".
2009 Jun 12
1
Masked user input
...ginfunction <- function(uname = readline("Enter username") , passwd =
readline("Enter password")) { print(c(uname,passwd)); };
However, the readline function prints the response on-screen.
Thanks!
--
View this message in context: http://www.nabble.com/Masked-user-input-tp24005544p24005544.html
Sent from the R devel mailing list archive at Nabble.com.