rsromeo
15 years agoChannel Surfer
CALLING AN EXTERNAL BRS SCRIPT
Is it possible to run an external script from another script? I saw in BRS reference manual, there is something like RUN("pkg:/script.brs") but this only calls another script from within the package. Is it possible to use this to call a script located on the web via URL? Also, does RUN have to be used inside the Main() sub or can it be used anywhere? Thanks for your help.