jitendragaurgkv
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2016
12:31 AM
How to call a function with in a function ?
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
di = CreateObject("roDeviceInfo")
print di.GetIPAddrs()
i need to get the IP details of the device on which my application is working..
Please Help