[ic] counting the products

Grant interchange-users@icdevgroup.org
Sun Nov 24 20:06:01 2002


Is there a more efficient way to determine how many products are in the
products.txt table than the following?

[loop search="ml=1000"]
        [tmp my_counter][calc] [scratch my_counter] + 1 [/calc][/tmp]
[/loop]

- Grant