Jose,

Try this:
<@calc expr="prod(@@method$QuantArrayTemp[*,1])">

If it's possible that the array may be empty then you should put a 1 in the
prod to avoid an error:
prod(1 @@method$QuantArrayTemp[*,1])

Dave Shelley
[EMAIL PROTECTED]


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jose Kuhn
Sent: Monday, December 02, 2002 12:40 PM
To: Multiple recipients of list witango-talk
Subject: Witango-Talk: Multiplication Error


I came up with something allegedly more elegant but I am getting the
following error.


Error during expression evaluation.
Statement end missing inside [1 * 12 * 98]

<@Calc Expr="1<@rows Array="QuantArrayTemp" Scope=Method> *
@@Method$QuantArrayTemp[<@Currow>,1]</@Rows>">

This is supposed toi  Multiply the 1 column of QuantArrayTemp.

Any Ideas?

Jose

________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to