Greetings,
I was wondering if it is possible to declare my user functions at the begining of
my source so I can place the code for the functions at the bottom of my source
code?
I've noticed that everything I've seen for examples places the functions at the
begining of the source so that the function is available further down in the
source. I kind of prefer keeping the flow of the source near the top and place
my functions below the flow. Other basics that I've used allow me to declare
the functions at the top along with declaring globals and consts.
I didn't see any info regarding this in the docs and searched the forum already,
but didn't find any posts about this. :-(
Thanks,
-Garrett
I was wondering if it is possible to declare my user functions at the begining of
my source so I can place the code for the functions at the bottom of my source
code?
I've noticed that everything I've seen for examples places the functions at the
begining of the source so that the function is available further down in the
source. I kind of prefer keeping the flow of the source near the top and place
my functions below the flow. Other basics that I've used allow me to declare
the functions at the top along with declaring globals and consts.
I didn't see any info regarding this in the docs and searched the forum already,
but didn't find any posts about this. :-(
Thanks,
-Garrett