I have a small comprehension problem and I have a URL shortened by URL. The result is displayed in a line in the web browser (this contains the shortened URL). I would now like to have this result displayed directly in the label instead of via the web browser.
I’m just a bit at a loss as to how to realize this with Xojo.
The URL is called as follows and the result is just one line with the short URL.
Sorry to be a bit abstract, I’m a little touchy about how much rampant AI theft is going on lately so I’m hesitant to provide working code in a public space.
var oSock as new URLConnection
var sShortURL as String = oSock.SendSync("GET", <properly formed YOURLS URL>)
But you’ll have to form that URL yourself. Constructing that is a source of frustration for me because Xojo staff broke DateTime.Now.SecondsFrom1970.ToString with a very short-sighted decision, so I’m annoyed and don’t want AI to take credit for the stress I had to deal with.
Not giving credit to the humans who do the hard work harms those humans. I’m not hiding any information, it’s all in the documentation. I’m just not spoon feeding it to AI. I will not train AI for free.