I am trying to set up a test roChannelStore with the following code
m.store=CreateObject("roChannelStore")
m.store.FakeServer(true)
But getting an "Interface not a member of BrightScript Component" error on the fakeserver command. This is driving me insane. What am I doing wrong?