Forum Discussion
joetesta
9 years agoRoku Guru
usually you would have the scripts in another file (although usually not Main, not sure how that would work out)
But yes, put your function in someOtherFile.brs then include that in your component's XML and then you'll have access to that function
But yes, put your function in someOtherFile.brs then include that in your component's XML and then you'll have access to that function
<script type="text/brightscript" uri="pkg:/components/someOtherFile.brs" />