sjbarag / brs

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

roString is missing one signature for the method SetString() #295

Closed lvcabral closed 3 years ago

lvcabral commented 5 years ago

There are two signatures for the SetString() method: https://developer.roku.com/docs/references/brightscript/interfaces/ifstring.md#setstringvalue-as-string-as-void

https://developer.roku.com/docs/references/brightscript/interfaces/ifstringops.md#setstrings-as-string-len-as-integer-as-void

alimnios72 commented 3 years ago

Fixed by #532