On Fri, 25 Aug 2000 [EMAIL PROTECTED] wrote:
> seems like an easy thing, but not happening for me
>
> put the files of directory "data" into fld "whatever"
>
> Just want the filenames of all the files in the folder "data" to go inside
> field. I get a "missing" error
The files is a global property, not a function, so you can't pass a
parameter with it. It works on the current directory, so you need to
do something like:
set the directory to "data"
put the files into field "whatever"
Regards,
Scott
********************************************************
Scott Raney [EMAIL PROTECTED] http://www.metacard.com
MetaCard: You know, there's an easier way to do that...
Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.