intersect . . . invisible images
J. Landman Gay
jacque at hyperactivesw.com
Sat Jul 15 17:39:54 EDT 2017
It compiles but it puts the sock back into the dryer where it disappears
again. Maybe we need a SOCKS proxy to intercept it.
On 7/15/17 12:42 PM, Mark Wieder via use-livecode wrote:
> On 07/15/2017 09:24 AM, J. Landman Gay via use-livecode wrote:
>> It errored with "can't find object" and crashed my dryer. :-(
>
> that's because there's no a 'catch' clause.
>
> try
> open dryer
> get socks
> catch missingSock
> put missingSock into dryer
> finally
> close dryer
> end try
>
>>
>> --
>> Jacqueline Landman Gay | jacque at hyperactivesw.com
>> HyperActive Software | http://www.hyperactivesw.com
>>
>>
>>
>> On July 15, 2017 9:25:35 AM Roger Eller via use-livecode
>> <use-livecode at lists.runrev.com> wrote:
>>
>>> try
>>> open sock for write
>>> write sock until EOS -- (end of sock)
>>> close sock
>>> end try
>
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the use-livecode
mailing list