Joe Ruby MUDCRAP-CE wrote: > (@var = get_old_var_value) || true Err... why is that better than @var = get_old_var_value; true ? Devin