hmm though I got it to work, but it doesn't  :-s

the following works

2012/10/09 t
   a  € 2
   b

2012/10/09 t
  a  € 4
  b

2012/10/09 t
  c  € 5
  a

2012/10/09 t
  a:1  € 3
  z

check account("a").total == € 4
check account("a:1").total == € 3


But adding an intermediate check breaks the whole thing.
Why?

2012/10/09 t
   a  € 2
   b

2012/10/09 t
  a  € 4
  b

2012/10/09 t
  c  € 5
  a

check account("a").total == € 1

2012/10/09 t
  a:1  € 3
  z

check account("a").total == € 4
check account("a:1").total == € 3

Jeroen




Reply via email to