Subversion Repositories wimsdev

Rev

Rev 539 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
539 bpr 1
!goto $wims_read_parm
2
 
3
:def
4
title=Data product
5
synonyme=product of data
6
input=data1d
7
!exit
8
 
9
:proc
10
 
11
cnt=!itemcnt $formula
12
!if $cnt>0
13
 result=!product x for x in $formula
14
!else
15
 result=1
16
!endif
17
 
18
!exit
19
 
20
:output
21
 
22
!replace , by $ × $ in $formula
6515 bpr 23
<br /> =
539 bpr 24
!htmlmath $result
25
!exit