Forum Discussion

EnTerr's avatar
EnTerr
Roku Guru
9 years ago

RSG bug: `node.bogusField = 42` does zilch

Here is a scenical bug: assigning a value to a non-existent field of a Node does not work - nor does it show error message of any kind: BrightScript Debugger> ? scene.foo : scene.foo = 42 : ? scene....