URL returns true?

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
junryl
Posts: 10
Joined: Sun Aug 17, 2014 3:13 am

URL returns true?

Post by junryl » Thu Feb 25, 2016 2:29 am

put URL theURL into theWebPageContent

Do you know any reason why URL command/keyword returns true for few android devices?

It works fine though on most of the devices.

A true response doesn't provide much information to fix the problem though.

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7389
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: URL returns true?

Post by jacque » Fri Feb 26, 2016 4:55 am

Usually a result of "true" means the statement executed successfully. It isn't clear why that would be placed into the variable in this case. If you post more of your script we may be able to see what's happening.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

junryl
Posts: 10
Joined: Sun Aug 17, 2014 3:13 am

Re: URL returns true?

Post by junryl » Thu Mar 03, 2016 6:32 am

Thanks jacque. At least we know that having a "true" response means the reading from URL is completed successfully.

Post Reply