[ic] use UserTag ?

Stefano Kerschbaumer - Interline S.r.l. interchange-users@icdevgroup.org
Thu Sep 12 05:45:02 2002


This the code in my catalog.cfg

UserTag isSetComplete Routine <<EOR
sub {
    return 1;
}
EOR


This is the code in the page:

      [if $UserTag->isSetComplete()]
          yes
        [else]
          no
        [/else]
      [/if]

The output is all no .... because ?


This is the same ?

[if isSetComplete]
  ...
[/if]


Saluti Stefano