Might as well use ... g.. goo..."goto" there i said it...

you can use gosub with out a return, not recommended... but you can do it. it will not force a return and just keep running the script... until it hits another gosub telling it to go someplace else.

Functions, Functions, Functions.... a lot cleaner than gosub/goto...

Bryce