Put URL command
Peter Bogdanoff
bogdanoff at me.com
Thu Sep 2 20:17:07 EDT 2021
Thanks Alex!
> On Sep 2, 2021, at 8:00 PM, Alex Tweedly via use-livecode <use-livecode at lists.runrev.com> wrote:
>
> try
>
> put URL "binfile:" & sourceURL into URL ("binfile:" & destinationURL)
>
> or, if you're cautious like me,
>
> put URL ("binfile:" & sourceURL) into URL ("binfile:" & destinationURL)
> Alex
>
> On 03/09/2021 00:55, Peter Bogdanoff via use-livecode wrote:
>
>> put URL "binfile:" & sourceURL into URL "binfile:" & destinationURL
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
More information about the use-livecode
mailing list