Displaying 2 results from an estimated 2 matches for "mincol".
Did you mean:
mincov
2013 Apr 02
1
gdata selectively not working
...ox/R/library/gdata/xls/ExampleExcelFile.xlsx'...
Done.
Orignal Filename: C:/Dropbox/R/library/gdata/xls/ExampleExcelFile.xlsx
Number of Sheets: 4
Writing sheet number 1 ('Sheet First') to file
'C:\Users\Robin\AppData\Local\Temp\RtmpWkmGgn\file1bccd743d36.csv'
Minrow=0 Maxrow=7 Mincol=0 Maxcol=2
0
Done.
Reading csv file
“C:\Users\Robin\AppData\Local\Temp\RtmpWkmGgn\file1bccd743d36.csv” ...
Done.
This tells me that perl can be found, used, and my local temp directory can
be written/read to just fine. Now to try to read one of my own files.
> test <- read.xls("C:...
2010 Jul 25
0
[PATCH] HDT: Fix cursor on exit from Menu Mode
...om32/cmenu/libmenu/menu.c
+++ b/com32/cmenu/libmenu/menu.c
@@ -655,9 +655,9 @@ pt_menuitem showmenus(uchar startmenu)
ms->menus[(unsigned int)startmenu], 0, NORMALMENU);
// Hide the garbage we left on the screen
- cursoron();
cls();
gotoxy(ms->minrow, ms->mincol);
+ cursoron();
// Return user choice
return rv;