Click to See Complete Forum and Search --> : need help


rolli
01-08-2003, 12:56 AM
Hi,
I need a script doing the following:

if the action nr. is not xxxxxxx the action nr = xxxxxxxx

or if action nr= yyyyyyyyy then action nr=xxxxxxxx


Rolli

Nicodemas
01-08-2003, 01:10 AM
if (nr == "xxxxxxx")
{ do this; }
else if (nr == "yyyyyy")
{ do this; }