CreateObject("roSGNode", "node")
returns invalid
#638
Labels
bug
Any difference between this BrightScript implementation and RBI, or otherwise unexpected behavior
CreateObject("roSGNode", "node")
should return"Node"
object, but it returns invalidworks as expected for
CreateObject("roSGNode", "Node")
The text was updated successfully, but these errors were encountered: