Re: [python-win32] PyWin 32 variable instead of 'Nothing' in VB

2009-02-16 Thread Tim Golden
Payman Rowhani wrote: We have a Visual Basic script that communicates with an application through com. We like to translate it to Python and use win32com.client instead. We have everything working, except for the use of "Nothing" in the VB script for a couple of its function calls. What is the

[python-win32] PyWin 32 variable instead of 'Nothing' in VB

2009-02-16 Thread Payman Rowhani
We have a Visual Basic script that communicates with an application through com. We like to translate it to Python and use win32com.client instead. We have everything working, except for the use of "Nothing" in the VB script for a couple of its function calls. What is the replacement of "Nothing