Hi,
i just started with Rebol and went through the example scripts in
http://www.rebol.com/howto.html

i had problems with the script to print a directory listing. With local
directories there were no problems.

files: open ftp://ftp.site.com/
    forall files [
        file: first files
        info: info? file
        print [file info/date info/size info/type]
    ]

if i run it i get everytime following error:

** Script Error: Cannot use multiply on none! value.
** Where: 2 * index - 1

I would like to understand it. Could somebody help me ?


Mit freundlichen Gruessen - Yours sincerely

Alexander Grimm

Reply via email to