Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
hugetv
Visitor

help this error 2

this code corect

if bAsListScreen = "0" or bAsListScreen = 0

Our system http://www.rokumanager.com
0 Kudos
2 REPLIES 2
Komag
Roku Guru

Re: help this error 2

You can't check against two different Types like that. If the variable is an Integer (which it is in this case), checking which String it is will simply fail with a Type mismatch error. You can check first whether it is an Integer or a String, then check the value after that of only that Type. Better yet, whatever is feeding bAsListScreen into the function, have it always feed a String (or always an Integer), by doing conversion if necessary.
Tags (1)
0 Kudos
hugetv
Visitor

Re: help this error 2

ok this solution
Our system http://www.rokumanager.com
Tags (1)
0 Kudos
Community is Temporarily in Read-Only Mode!

We’re upgrading Roku Community to bring you a faster, more mobile-friendly experience. You may notice limited functionality or read-only access during this time. You will not be able to log in or post new comments or kudos during this time. Read more here.

Planned Downtime:
Community will be unavailable for up to 24–48 hours during the upgrade window during the week of May 12 and you may notice reduced functionality. In the meantime, for additional assistance, visit our Support Site.

Thanks for your patience — we’re excited to share what’s next!