getting into the url cache

Monte Goulding monte.goulding at senet.com.au
Thu Dec 12 19:05:00 EST 2002


>
> I don't think so.  Here I get a "not a stack" error, which seems logical
> once I thought it through.

Hi Richard

It may be a problem on the compression side. I use a compressed stack as a
custom file format for one of my apps and I use:

-- saving
save stack tName as pSave
put compress(url ("binfile:"&pSave)) into url ("binfile:"&pSave)
-- opening
put decompress(url ("binfile:"&tOpen)) into tStack
go stack tStack

I was having errors like to ones you said until I started treating the stack
as a binary file and the compressed data as binary.

Hope this helps

Monte




More information about the metacard mailing list