Hee hee..

Yeah.. it actually runs FASTER without the goto.. I don't know how KiXtart implements gotos, but I found that the Do/Until was faster in this case... I think the While/Loop is faster for smaller segments of code... but it seemed slower in this function. I eeked out another percent or two of speed by changing it.

Brian