Dave Cragg wrote: > At 10:53 am -0800 12/12/02, Richard Gaskin wrote: >> Dave Cragg wrote: >> >>>> How can we accss the cache to alter it before using the go url command? >>> >>> go stack decompress(url "http://whatever.com/whatever.gz") >> >> How can that be used with the load command? > > First: > > load url "http://whatever.com/whatever.gz" ##now in cache > > then later: > > go stack decompress(url "http://whatever.com/whatever.gz") ##will > take it from the cache
I don't think so. Here I get a "not a stack" error, which seems logical once I thought it through. The "go stack" command takes a stack descriptor rather than stack data, so it would seem your example is expecting MC to treat the decompressed stack data as a stack descriptor, no? -- Richard Gaskin Fourth World Media Corporation Developer of WebMerge 2.1: Publish any database on any site ___________________________________________________________ [EMAIL PROTECTED] http://www.FourthWorld.com Tel: 323-225-3717 AIM: FourthWorldInc _______________________________________________ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/metacard
