Bonjour Yves,

> Hello,
>
> I've found why your function doesn't work� :
>
> function ye_olde_filetype el_patho
> � put the directory into old_dir
> � set the itemdel to "/"
> � put last item of el_patho into the_file
> � delete last item of el_patho
> � set the directory to el_patho
> � put the long files into all_files
> � get line(lineoffset(the_file, all_files)) of all_files
> � set the itemdel to ","
> � set the directory to old_dir
> � return last item of it
> end ye_olde_filetype
>
> the FileName of el_patho contains a date :
> DD/MM/YYYY
>
> so you will see what kind of strange chars are returned with :
> put the long files into all_files
>
> That's why
> otherwise the function is correct�
>
> thanks.
>
> --
>
> Greetings.
>
> Yves COPPE
>
> Email : [EMAIL PROTECTED]

thank you for easing my mind :-)

It had to be something wrong with the filename/path supplied
in the function.

MC reserved the "/" for its pathdelimiter (like the dafault on 
unix/linux/OS X).

BTW: I don't think that your idea to post anything directly in french is 
good one ;-)
Or just if you also accept replies in dutch or esperanto :-D

Have a nice sunday...

Klaus Major
[EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to