Page 1 of 1

URL

Posted: Mon May 16, 2016 8:11 pm
by zaxos
Hello, simple question, can i work with URLs in livecode builder? for example put "http://google.com" into myVar"

EDIT: Or any other way to work with a web API?

Re: URL

Posted: Mon May 30, 2016 11:26 am
by peter-b
Currently LCB doesn't have networking or HTTP libraries, so there's no easy way to work with URLs or HTTP requests from LCB code.

I've written some software in LCB that "works with URLs" but at a very low level and using external tools (which is probably not what you're looking for).