search for: bodri

Displaying 2 results from an estimated 2 matches for "bodri".

Did you mean: bodhi
2009 Apr 08
1
Student
...ction test2 to use the variable test$data. This is the creation of the variable data: > matrice=c(1:10) > matrice=matrix(matrice,nrow=5,ncol=2) This is the function test: > test=function(data){ + return(list(x=5,data=data)) + } This is the function test2: > test2=function(list){ + bodri=list$data + bodri[1,2]=bodri[2,2]+1 + return(bodri) + } Below there are the result: > uno=test(matrice) > due=test2(uno) > uno $x [1] 5 $data [,1] [,2] [1,] 1 6 [2,] 2 7 [3,] 3 8 [4,] 4 9 [5,] 5 10 > due [,1] [,2] [1,] 1 8 [2,] 2 7...
2000 Jul 13
2
deleted share still seen
...ccessed it from a Win2000 machine. Than I deleted this share entirely, and expected that I wouldn't be able to see it anymore from the win2000 box (after refreshing the view in windows explorer) but the opposite happened. What could be the explanation and the solution for this? advTHANKSance Bodri -------------- next part -------------- HTML attachment scrubbed and removed