RE: Property Put to a COM object

2001-06-06 Thread Mark Hammond
> I'm using a COM object, where some methods are implemented as > properties. The problem arises when I want to assign a value to > properties that use parameters... > Example > # vm is the COM object I'm using > InitFractions = (0.25, 0.25, 0.25, 0.25) > vm.ObjectDoubleArrayValue(0, 1, -4) =

Property Put to a COM object

2001-06-06 Thread Raul Cota
I'm using a COM object, where some methods are implemented as properties. The problem arises when I want to assign a value to properties that use parameters... Example # vm is the COM object I'm using InitFractions = (0.25, 0.25, 0.25, 0.25) vm.ObjectDoubleArrayValue(0, 1, -4) = InitFractions

Re: Why should I use Python if PERL exists ?

2001-06-06 Thread Philip Andrew
Nice synopsis. To amplify on Python advantage #1: even though I myself prefer to program in Perl (it's just the devil I'm used to), as everyone associated with Perl says over and over, TMTOWTDI ("There's More Than One Way To Do It") in Perl -- this often leads to confusing and inconsistent s