On 4 Mar 2013, at 16:08, Robert Brenstein <r...@robelko.com> wrote:

> On 04.03.2013 at 14:21 Uhr +0000 Dave Cragg apparently wrote:
>> But does that make sense for the following:
>> 
>> delete url <whatever>
>> put x into url <whatever>
>> post x to url <whatever>
>> 
>> It's hard to think of it as a function in these cases.
>> 
>> Dave
> 
> Unless you think of it as a pointer to a container.

Right. Jacque mentioned above that it was originally described as a container. 
But even then, it's not really a normal container. 

For example, the following pairs of statement do something basically different, 
whereas with a normal container they do something similar.

put "x" into url <whatever>
get url <whatever>

put "x" into word 3 of url <whatever>
get url <whatever>

I usually think of things such as urls and xml as 'external resources' in the 
sense that they are defined outside the context of LiveCode. As such, we can't 
expect the normal LiveCode commands and functions to work in the same way as 
they would for LiveCode containers. Maybe "object marker" is a better term, but 
that takes us into a whole other area. :-)

Dave
_______________________________________________
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