search for: mywords

Displaying 5 results from an estimated 5 matches for "mywords".

2009 Nov 23
4
Check if string has all alphabets or numbers
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20091123/470946bc/attachment-0001.pl>
2010 Nov 16
2
Question about readLines
Can i use "readLines" to extract only the linees with a specific word within? If yes, how? Tnx for help. -- View this message in context: http://r.789695.n4.nabble.com/Question-about-readLines-tp3044701p3044701.html Sent from the R help mailing list archive at Nabble.com.
2008 Aug 20
2
How display window of application (is started through COM)
In my Lotus Notes application I'm using a piece of code which works with MS Word an shows some generated document at the end. It works well on the Windows platform but doesn't show the document at the Wine even if I can find the Word between running processes. I suppose that the problem is to grab the Word by some Xwindow or so on. Any idea?
2008 Aug 25
0
How to work with a file through the VBScript?
I have same script with generates a MS Word document based on a data in a Lotus Notes database. I can run Word from Lotus Notes well but I have a problem to open a Word document. This code Code: Set myDoc = myWord.Documents.Open("C:\windows\temp\test.doc") causes this error prompt (http://www.abclinuxu.cz/images/screenshots/5/3/102535-store-for-snapshots-16717.png). ("Could not
2007 Jul 09
3
Strange document loss
Hi all :-) I''m experiencing strange document loss with Ferret 0.11.4 / Ruby 1.8.4. The index handles around 3000 documents, and sometimes during a query_update operation, the delete is done but not the add. That''s very random and happens after a lot of queries (many K). I''ve tried to look into Ferret''s C code, everything looks like going well, the add *LOOKS