Re: [python-win32] passing array by reference (3)

2019-10-27 Thread Tim Roberts
On Oct 27, 2019, at 5:06 AM, lcy wrote: > > Hello: > Following the tips you mentitoned in the year of 2017 > I tried to test the Catia.SystemService.Evaluate() in pytyon, However it > cannont work, anything went wrong with my code? Any advice will be > appreciated, thank you! What

Re: [python-win32] passing array by reference (3)

2019-10-27 Thread lcy
Hello: Following the tips you mentitoned in the year of 2017 I tried to test the Catia.SystemService.Evaluate() in pytyon, However it cannont work, anything went wrong with my code? Any advice will be appreciated, thank you! params="" CodeToEvaluate = "Sub CATMain()\n" + "MsgBox " +

[python-win32] Problem passing array by reference

2019-10-27 Thread luckyn...@163.com
Dear All,I am facing a problem passing an array by reference. It is exactly the same problem as described in this thread: https://mail.python.org/pipermail/python-win32/2002-November/000562.htmlhttps://mail.python.org/pipermail/python-win32/2014-July/013234.html I am calling a method on a COM