Hi!

How do I read data out of a table-file in an array-of-arrays?

Problem: I have to compare two tables with pairs of start-stop-Positions.
I want to find out, which pair of Start-Stop-Position in table_1 is entirely within the range marked by a pair of start-stop-positions of the second table.
2..5 would be in 2..6 or 1..7, 45..46 in 23..47 or 40..46 and so on.


Jane



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to