decompress beeinflusst the result nicht
=> in the result bleibt das ergebnis eines Commands von vorher stehen.

Test: Ich gehe zu einem Stack, den es nicht gibt, result ist ein error: no such 
card. Der bleibt stehen, auch wenn eine erfolgreiche compress und decompress 
routine folgen.

Gruß, Franz
try;go stack URL "http://anibebit.de";end try; put the result into altesresult; 
put compress("test") into gezipped; put decompress(gezipped) into extrahiert; 
put altesresult & cr & the result & cr & gezipped & cr & extrahiert


no such card
no such card
‹������+I-.� ~Ø���
test


Original Message        processed by David InfoCenter 
Subject: Re: decompress -> result = 1/second try (14-Okt-2008 9:51)
From:    Klaus Major <[EMAIL PROTECTED]>
To:      [EMAIL PROTECTED]


Hi all,

any hints what this result from a decompress action may mean?

...
## Valid GZ compressed file!
put url("binfile:" & win_gz) into w1
put decompress(w1) into w2
if the result <> empty then
## here I sometimes get 1 as the result, but the file has
## been correctly decompressed nevertheless
...

Any hints are very welcome!


Best

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de


_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

To: use-revolution@lists.runrev.com
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to