Displaying 2 results from an estimated 2 matches for "record_num".
2009 May 25
0
Or operator on working on the r-objects doesn't generate a logical value
...frame like this,shown below with
two values 3 and 4:---
x
1 3
2 4
*STEP-II *For creating the string with these values returned by function 1
i have another function2.
These values when passed to function 2 ,returns something like this:---
> source("myscript.R")
[1] "dataset[record_num,item_num]=='3' || dataset[record_num,item_num]=='4'
"
type of the above text prepared is "list"
Say it is text<- dataset[record_num,item_num]=='3' ||
dataset[record_num,item_num]=='4'
*Step-III* Now this 'text ' is passed to another functio...
2004 Oct 19
0
RE: Another Interesting "Problem" with Win32-EventLog
...are some
> more records (or I may add some myself...) and see if that
> number comes
> up again.
>
> Is there any way to just grab a particular record instead of
> iterating
> the entire collection?
I *thought* you could do
EventLog.read(source,server,EventLog::SEEK_READ,record_num), but it''s
always coming back nil for me. Hm...another test to add.
> I notice that the EventLog class doesn''t mixin
> Enumerable; was this by design or is it a consequence of
> having C code
> underneath? Just wondering.
I don''t that it makes sense to m...