sjbarag / brs

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

feat(rsg): Added setString method of ifString interface #532

Closed alimnios72 closed 4 years ago

alimnios72 commented 4 years ago

The roString object only supported the setString with one overload, I added a second overload so the method is supported on both ifString and ifStringOps interfaces

Closes #515