With the example below how can I check if difference is between 7 and 10 I would like to run another bit of code then else if difference is greater than 10 then run some other code.
thanks for your help
Code:
set CurrentDate to current date
set this_date to "17/8/2013"
set difference to ((date this_date) - CurrentDate + 1 * days) div days as number
thanks for your help