Brightscript throws the following error message when the code below executes. This is code taken from samples for Async url calls)
“Member function not found in Brightscript component or interface”
request = CreateObject(“roUrlTransfer”)
port = CreateObject(“roMessagePort”)
request.SetMessagePort(port)
request.SetUrl(url)
