sjbarag / brs

An interpreter for the BrightScript language that runs on non-Roku platforms.
MIT License
114 stars 43 forks source link

lookupCI() is not supported #629

Closed vbuchii closed 3 years ago

vbuchii commented 3 years ago

Error: 'lookupCI' is not a function and cannot be called.

From Roku SDK: "LookupCI(key as String) as Dynamic Description Same as the Lookup() method except that the key comparison is always case insensitive, regardless of the case mode."