Forum Discussion

Komag's avatar
Komag
Roku Guru
11 years ago

Checking Type() is case sensitive - undocumented?

I've noticed that when I check the Type of a variable, it's case sensitive (at least for String/roString). Example: IF Type(id) = "String" OR Type(id) = "roString" ' Could be either one, depending...