Bonjour Eric,
I am glad you don't have Thanksgiving in France and you are not off :)
If I parse the catch Error I get the same as before: " Error description:
decompress: string is not compressed data", which leaves me lost with my
original problem.

So what could get wrong with my statements or data if it is a binfile, which
is in the internet after I did a load pUrl?
put decompress(url pUrl) into tData

Is the load pUrl so unreliable? Should I switch again back to put URL into
URL?
Thanks Tiemo

> 
> Handle all cases with a try structure:
> 
> try
>    put decompress(url pUrl) into tData
>    catch tErr
> end try
> <do what you want with tData>
> 
> 
> Best regards from Paris,
> Eric Chatonet.

_______________________________________________
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