PDA

View Full Version : Solved: combobox1.value (as YYYY) - 1



owen_1987
12-02-2011, 03:26 AM
Hi all,

I have written some code with a file patch with & combobox1.value & in it as a year (YYYY) value. Is there any way I can take away 1 from the value? For example if i select 2011, can i get it to return 2010?

Hope that makes sense.

Thanks in advance

Aflatoon
12-02-2011, 05:03 AM
Did you try:
... & combobox1.value - 1 & ...