[ic] variable compare

Nathan Suderman nathan@pollstar.com
Thu, 07 Dec 2000 17:03:21 -0800


How can I compare the values of two variables?  So far I have tried the following without success.

[if value mv_username eq '[scratch new_name]']

[if value mv_username eq new_name]

[if type="value" term="[value mv_username]" op="eq" compare="[scratch new_name]"]

so far without success. the last one works sometimes but the logic seems reversed