When writing values to the registry, does this really have to be done using a task Task ?
Snippet from https://sdkdocs.roku.com/display/sdkdoc/BrightScript+Support
- roRegistry : Can only be used in a Task node
- roRegistrySection : Can only be used in a Task node
I've written to the registry successfully with and without the use of a Task.