I'm having problems putting text in a +Blob when I try to emulate how
it's done in the demo application.

In the top section of my main I have this:
(setq *Blob (pack *BP "blob/")) where *BP is my base path.

This is the point at which my code diverges from all the example code
I've seen so far. Code which is using +BlobField or blob! To me it
seems you need to pass some kind of file name, for instance in the
app/item.l form, the name of the tempfile. And then the file is opened
and copied to the blobfile.

However I simply want to do like this: (put> Article 'body "a really
long text here, not a file...") and have the text end up in an
automatically generated blob file. As far as I can see the current
put> and/or blob! functions working with +Blob can't be made to work
like this?

Any suggestions?

/Henrik
-- 
UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe

Reply via email to