Discussion:
[comtypes-users] Skip optional argumments?
سليمان السهمي
2014-10-17 22:49:02 UTC
Permalink
Optional arguments are very widely used in the COM world.
How do you skip optional arguments with comtypes?
In VB you would something like:
Object.Method(arg1,,,arg4)

Loading...