Forum Discussion

jaxim's avatar
jaxim
Visitor
9 years ago

How to create a Singleton PAttern in BrightScript?

I'd like to create a script with global functions that are both available to my main global script and my scenes. If this were any other programming language, I'd create a Singleton class and call it ...