search for: fileschosen

Displaying 1 result from an estimated 1 matches for "fileschosen".

2004 Jul 27
1
Display on Windows console from script
Hello, When I launch a script under windows it does not display sequentially my cat calls or maybe the console is not refreshed at every line of my script. For instance with that code cat("\n\n================== IMPORT DATA FROM FILE ===================\n\n") fileschosen <- choose.files(caption="Select gpr files", filters = matrix(c("genepix file","*.gpr"), nc=2, byrow=T)) The popup browse window is first displayed and once I've selected my files the cat "IMPORT..." is displayed. What can I do to make my displays...