[ic] How to Access the value of [] in a test

Xavier de GELIS interchange-users@interchange.redhat.com
Tue May 7 17:53:00 2002


I checked the [if] documentation but I cannot find a way to properly test 
the subtotal value:

[if value subtotal  != 0]
  ..........
[else]
  ..........
[/else]
[/if]

What is the right syntax to do that ?
Thanks !