At 05:10 PM 3/9/00 -0800, [EMAIL PROTECTED] wrote:
>Hi Bob,
>
>if I'm not mistaken, it is here where you are loading the file containing
>objects:
>
>> if exists? %articles/stor  [ stories: load %articles/stor ]
>
>try the following instead:
>
>if exists? %articles/stor  [ stories: reduce load %articles/stor ] 

reduce seems to work. 

Volker had suggsted
'do' but it did not work though I do not kow why.
(possibly because I have many structs in the array?)

is there a situation where reduce should not be used?

;# mailto: [EMAIL PROTECTED]

Reply via email to