Thank you! That does the trick.
It seems that for some reason the name of the variable holding the data
to be written needs to be quoted as if it were a string literal. The
other var names do not.
Now I can go back to plan A,
Martin
On 21/05/2013 18:22, Peter Haworth wrote:
> On Tue, May 21, 2
On Tue, May 21, 2013 at 4:56 AM, Martin Baxter <
mblivec...@harbourhosting.co.uk> wrote:
> revZipAddUncompressedItemWithData
>
Haven't used revZipAddUncompressedItemWithData but judging from other
revZip commands, I think your variable tdataxxx needs to be in quotes. Not
sure about tparamxxx.
quot; into tparamxxx
revZipAddUncompressedItemWithData tobjpath, tparamxxx, tdataxxx
put "2) " & the result & return after msg
revZipCloseArchive tobjpath
end mouseUp
No archive is created and the message box ends up with this in it:
1)
2) ziperr,illegal variable
The