Nice easy one for you all
Can't get this to work :-
vehicledescription=request("vehicledescription"
Prestige = Instr("ASTON MARTIN, BMW, FERRARI, MERCEDES, PORSCHE, VOLVO", vehicledescription)
It does work if I replace vehicledescription with "BMW" as here :-
Prestige = Instr("ASTON MARTIN, BMW, FERRARI, MERCEDES, PORSCHE, VOLVO", "BMW"
Can't get this to work :-
vehicledescription=request("vehicledescription"
Prestige = Instr("ASTON MARTIN, BMW, FERRARI, MERCEDES, PORSCHE, VOLVO", vehicledescription)
It does work if I replace vehicledescription with "BMW" as here :-
Prestige = Instr("ASTON MARTIN, BMW, FERRARI, MERCEDES, PORSCHE, VOLVO", "BMW"