anakin112 wrote:...
How to disable Night mode feature in brightscript code.
...
jpkilman wrote:When I use multiple providers or provider ids in a comma separated list as specified in the documentation I get error saying my command was invalid.
EnTerr wrote:@Roku* - can we please get a way to obtain function's name?
Something like .getName() - and concurrently (or alternatively) .toStr() to return a string with the name included.Brightscript Debugger> ?
EnTerr wrote:[code]Brightscript Debugger> ? getInterface(invalid, "ifToStr")
<Interface: ifToStr>
EnTerr wrote:i tried using StrToI and noticed it does not behave as advertised:
EnTerr wrote:... all other primitive types already tend to auto-box themselves "as needed" and invalid doesn't. Shouldn't it, too?