Helper Function Logic....Placement?
-
@Chazrox Yeah clean it up, remove the duplication, then we'll work on the combo box
-
@d-healey I figured it out and it only took reading the entire script from top to bottom an back all the way up to the top to find this....
I changed the namespace name and now everything works fine. dang I hate when its something like this. Thanks for the help!
**This just raised a question as well.... if the name of the external file and the name of the namespace doesnt have to be the same, that would make a namespace just a holder of some sort?
and/or I just dont know enough about includes.
-
C Chazrox has marked this topic as solved
-
@Chazrox said in Helper Function Logic....Placement?:
This just raised a question as well.... if the name of the external file and the name of the namespace doesnt have to be the same, that would make a namespace just a holder of some sort?
The two are unrelated, you can have multiple namespaces in a single file if you wanted to.
-