Thanks for the response!
Dir gives me this:
dir = ['AddRef', '_oleobj_', '__hash__', 'GetTypeInfo', '_username_',
'_FlagAsMethod', '__str__', '__format__', '_wrap_dispatch_', '_enum_',
'__call__', '__int__', '_get_good_object_', '_print_details_', 'Invoke',
'__sizeof__', 'Key', '_mapCachedItem
On 2024-10-23 7:42 p.m., Steven Manross wrote:
I’m not sure if this is implemented or not in the Python ASP code or
not, but I am trying to duplicate some VBS code in Python, and use the
URL below as a primer as I couldn’t find any info on the internet
about how Python might implement this kin
I'm not sure if this is implemented or not in the Python ASP code or not, but I
am trying to duplicate some VBS code in Python, and use the URL below as a
primer as I couldn't find any info on the internet about how Python might
implement this kind of ASP code.
I know the link is SUPER OLD but