> On 16 May 2019, at 6:22 am, Richard Gaskin via use-livecode 
> <use-livecode@lists.runrev.com> wrote:
> 
> Line 264 of libURL contains:
> 
>    return empty  with urlResult laLoadedUrls[newUrl]
> 
> What is that "with" clause?
> 
> I was familiar with the "for" clause", but when I went to check this in the 
> Dictionary I found neither clause is mentioned. :(

The `for` clause is definitely in the dictionary and has been since it was 
added here https://github.com/livecode/livecode/pull/4164 
<https://github.com/livecode/livecode/pull/4164>

The `with` clause is something specifically for libURL which ends up setting 
the urlResult.

Cheers

Monte

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to