I found that this doesn't work, though... the reason is, ow.reset_search always returns nil; that's its normal behaviour. What you need is ow.reset_search() and then addr = ow.search() - that combination works perfectly.
I found that this doesn't work, though... the reason is, ow.reset_search always returns nil; that's its normal behaviour. What you need is ow.reset_search() and then addr = ow.search() - that combination works perfectly.