Question: Using isolve with conditions

Hey folks I'm trying to solve equations using isolve for which I want conditions on my two variables x and y. I would like them to be both positive and x>y. The problem I'm having with isolve now is that I can't manipulate the output I get. Perhaps there is a way to do this but I can't see how yet. It would produce something like {x = 1, y = 2} for example and I can't extract the numerical values from it (at least using [] operators). I currently don't have access to maple so I can't check my current method but the way I'm thinking of doing it is to convert each answer to a string then test my conditions on the required parts of each string using the [] operation. I'd like to think there's a better way though..?
Please Wait...