Here is results file :

https://copy.com/i9GeXhK0qHdfwpkT

I need to extract values for node 79 , which starts at row 10 So i want the 
algorithm to find the row file[10,1] and get the value file[10,2], and then 
next and so on.

file=readdlm("results.txt")  
findfirst(file,"79")  

access to undefined reference  
while loading In[13], in expression starting on line 1  

 in findnext at array.jl:1034 (repeats 2 times)

Reply via email to