Hi Lawrence,

> read from file "volume2001_images.txt" until eof
> #Reads the whole file in in one shot
> put it into tData
> close file "volume2001_images.txt"

you can even shorten these 3 lines to only 1.

...
  put url "file:volume2001_images.txt" into tData
...

Et voila, that's it.

this is the most efficient way to put a complete file into a variable.

Works with binfiles, too.

It's the MetaCard way... :-)


Regards

Klaus Major <[EMAIL PROTECTED]>
MetaScape GmbH


Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to