> but I am still getting an error.
>From the compiler error message "but expression 'bar(f)' is of type: int" we >may learn that your problem is, that you have a field called bar and a proc >called bar. Do you really need this combination? When you rename one, than I >would assume that it works. But I can not tell you how to fix it when you >really need the same name.
