2/24/03 5:45:21 PM, Andre Abelian wrote: >Thanks for your info I just did that works fine so if I do >Not declare functions and I call main funtion from bottom >Of the code is that wrong? It's not *wrong* per se; it's simply a matter of style. When reading a program, I personally prefer to see the main code first, then the functions it calls, then the functions they call, and so on, but others prefer it the other way. If you're the only one working on your code, then the best style is whichever one you find makes it the most readable and understandable when you go back to it in six months to make a change. If others are going to work on it as well, take their opinions into account. -- http://www.piclist.com#nomail Going offline? Don't AutoReply us! email listserv@mitvma.mit.edu with SET PICList DIGEST in the body