Put URL command

Alex Tweedly alex at tweedly.net
Thu Sep 2 20:00:23 EDT 2021


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




More information about the use-livecode mailing list