Sorry to all. My mistake! I did not look closely enough :-(

The two operations must be in opposite order, first the 'put>' and then
the 'out'. Otherwise the blob file might not exist yet.

So the correct procdeure is:

   (put!> Article 'body T)
   (out (blob Article 'body)
      (prinl "a really long text") )

Cheers,
- Alex
-- 
UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe

Reply via email to