Forum Discussion
RokuJoel
11 years agoBinge Watcher
best bet is to use lcase to wrap any string comparisons where case might be an issue or where you have been up for 48 hours programming and might not remember the proper case for something ( is it roUrlEvent or roURLEvent...'yawn' i'll just lcase it... )
if lcase(type(myvariable))="roarray"
if lcase(type(msg))="rourlevent"
- Joel
if lcase(type(myvariable))="roarray"
if lcase(type(msg))="rourlevent"
- Joel