On Sun, 1 Oct 2006, Juan RP wrote: > I'm not sure if I should use integer objects rather than strings because > there will only be two values, low and high. if it is high and low, and not high means low and not low means high, then you could use a bool? <high>=<true> high else low iain