Damn typo
On 03 Jul 2005, at 01:50, Buster wrote:
> if "8" is among the lines of sizeList and inc > 0 then
> beep
> exit to top
> end if
>
must be:
if "8" is among the lines of sizeList and inc < 0 then
beep
exit to top
end if
Sorry,
Wouter