Well I'm not sure if I understood what you really want but:
The function '
main' is the only function that gets called automatically on startup - which means that renaming this function makes nothing happen on startup.
So it - of course - is possible to call functions from other functions than
main.
and if you're posting code in future please use [
code] at the beginning and [
/code] at the end of your code. Much easier to read then
