Question
AND ... OR type functions in scripting? Double IF'ing?
Hello again all,
I have a field that calculates something. It works.
a sample line...
if (this.getField("Dropdown2.15.2").value=="ASTRODYNAMICS")event.value = ( this.getField("INTELLECT").value + this.getField("INTELLECT").value ) + this.getField("WILL").value;
However, I want to also add exactly 10 more if FieldA="MyTEXTValue". How would I do this?
Thanks very much
