Karl Newman wrote: > Oops, that should be "".equals(data) or data.length() == 0 Hehe, I do that all the time. I've started just using string.isEmpty() lately. It's 1.6 only but it looks neat and 1.6 is the minimum osmosis supports anyway. The Mac boys can keep hassling SteveJ for a modern Java ;-) > > Karl