[python-win32] translating VB into Python...

Tim Roberts timr at probo.com
Fri May 11 18:05:52 CEST 2007


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, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the Python-win32 mailing list