I see now what I was doing wrong. Thank you - much appreciated!One other question, to script is not null, is this correct (again for a dropdown in exit event...if(this.rawValue !=null){//do something}or should it be !==null (with two == signs instead of one?)