
-----------------------------------
Linksku
Fri May 06, 2011 6:57 pm

How can I open an URL using Turing? What command do I use?
-----------------------------------
What is it you are trying to achieve?
Open a URL (not display or read it). I want to use Facebook's Graph API with Turing. It's possible as long as I can connect to Facebook.


What is the problem you are having?
Don't know what command to use.


Describe what you have tried to solve this problem
I tried Net.OpenURLConnection, but it freezes Turing (Windows 7 64 bit/Turing 4.1.1)


Post any relevant code (You may choose to attach the file instead of posting the code if it is too long)


var url : string
put "Enter the URL to load: " ..
get url

var netStream : int
var line : string

netStream := Net.OpenURLConnection (url)
if netStream 