Extending a Namespace

Bouctioli

New Member
I would like to add a function that doesn't exist to a namespace. How can I start? Any articles on this?<BR><BR>I imagine it would involve something like creating a custom namespace, declaring a class and then a function, and somewhere in there you would add an extend command. But how can I get it, so that when I import that namespace, it will now have my custom function?
 
Back
Top