artmansoft Posted February 16, 2009 Report Share Posted February 16, 2009 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" in Python? Note that the generic "None" does not work. Thanks in advance,Artman Quote Link to post Share on other sites
Matt Posted February 17, 2009 Report Share Posted February 17, 2009 http://boodebr.org/main/python/tourist/none-empty-nothingThat might reveal some helpful info. Quote Link to post Share on other sites
iccaros Posted February 18, 2009 Report Share Posted February 18, 2009 null Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.