btpoole
12 years agoChannel Surfer
Write IP to tmp
Attempting to use the roDeviceInfo to get an IP Address from the Roku and write it to a tmp file. I have the following:
di= CreateObject("roDeviceInfo")
WriteAsciiFile("tmp:/iploc.txt", di.GetIPAddrs())
When I run this I get a type mismatch on the WriteAsciiFile line. Not sure what the problems is. Any ideas or suggestions appreciated.
Thanks
di= CreateObject("roDeviceInfo")
WriteAsciiFile("tmp:/iploc.txt", di.GetIPAddrs())
When I run this I get a type mismatch on the WriteAsciiFile line. Not sure what the problems is. Any ideas or suggestions appreciated.
Thanks