I just need to know how to call a BrightScript function with in a function like
di = CreateObject(“roDeviceInfo”)
print di.GetIPAddrs()
i need to get the IP details of the device on which my application is working..
Please Help
I just need to know how to call a BrightScript function with in a function like
di = CreateObject(“roDeviceInfo”)
print di.GetIPAddrs()
i need to get the IP details of the device on which my application is working..
Please Help