rokucommunity / brs

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

Set `roArray` resizable state on `CreateObject` #55

Closed lvcabral closed 3 months ago

lvcabral commented 3 months ago

The Roku createObject() method for creating arrays supports a boolean for whether the array is resizable or not. This currently needs to be implemented in brs.

from roArray doc:

CreateObject("roArray", size As Integer, resizeAs Boolean)
lvcabral commented 3 months ago

Implemented by PR #62