Can't Decompress

Bill Marriott wjm at wjm.org
Sat Apr 29 15:05:33 EDT 2006


That was a typo when I prepared the email...

Actual button script says

put "binfile:" & loadFolder & "\" & loadFileName into loadURL

(see the RevOnline stack)

- Bill

"Mark Schonewille"
> Is saveFolder defined, in the script of button 2?

>> Button 2
>> --------
>> on mouseUp
>>   put "D:\Desktop\Put It Here" into loadFolder
>>   put "My Data File.xyz" into loadFileName
>>   put "binfile:" & saveFolder & "\" & loadFileName into loadURL
>>
>>   put decompress(URL loadURL) into URL loadURL
>>   put URL loadURL into fld 1
>> end mouseUp






More information about the use-livecode mailing list