Hello All,
I am drawing a blank. I need an example of using an array constant with a set of 10 days. I will use the array constant to determine if a date matches any of the dates in the array constant.
This is part of an application that I am helping write for a non-profit organization so that they can synchronize their mailing applications.
Should I use the dates as text, and what if they change year after year?! Or should I use the ordinal number of the dates in the array constant?
An example would be much appreciated.
I am drawing a blank. I need an example of using an array constant with a set of 10 days. I will use the array constant to determine if a date matches any of the dates in the array constant.
This is part of an application that I am helping write for a non-profit organization so that they can synchronize their mailing applications.
Should I use the dates as text, and what if they change year after year?! Or should I use the ordinal number of the dates in the array constant?
An example would be much appreciated.