Referencing a function from a brs file from another brs file?
What is the best way for one BRS file (that does not have an associated XML file) to reference a function within another BRS file (that does have an associated XML file)?
Re: Referencing a function from a brs file from another brs file?
There is no "best way". It either works or it doesn't Be more specific! The typical Brightscript behavior is that all files in /source are included automatically and visible (i.e. the main thread). In XMLophony though, only the explicitly <script> included sources are visible.