Forum Discussion
renojim
14 years agoCommunity Streaming Expert
xfer = CreateObject("roUrlTransfer")
xfer.SetUrl("http://www.clearperception.org/wordchannel/config.opml")
raw = xfer.GetToString()
It's all in the documentation for roUrlTransfer.
-JT
xfer = CreateObject("roUrlTransfer")
xfer.SetUrl("http://www.clearperception.org/wordchannel/config.opml")
raw = xfer.GetToString()