Skip to content

Instantly share code, notes, and snippets.

Created June 13, 2012 00:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/2920934 to your computer and use it in GitHub Desktop.
Save anonymous/2920934 to your computer and use it in GitHub Desktop.
realbasic
// PushButton Action:
DIM f as FolderItem
f = getFolderItem("tempData.txt")
Object1.get("www.iobridge.com/api/module/feed.xml?key=4bb3qPlupVx95mFUYM", f)
// HTTPSocket Download complete event:
dim i as integer
i = ticks
while ticks - i < 5 * 60
wend
DIM f as FolderItem
f = getFolderItem("tempData.txt")
Object1.get("www.iobridge.com/api/module/feed.xml?key=4bb3qPlupVx95mFUYM", f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment