Michael March wrote:
> Cool..
>
> The docs have this:
>
> Public Property Field( _
>   ByVal FieldName As String _
> ) As Variant
>
> Can we infer the default property from this?

No, all this tells you is that you feed a string as a parameter.  You
have to know more about the Variant that will be returned.

-- 
Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.

_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to