Arrays are good for storing small pieces of information to be used at any point. It is important to note that all arrays are zero based. Meaning that you count the first piece of the array is always 0 not 1.
Here is another example of using arrays. As you can see the pieces are all put in a named array on one line. Small arrays can be handled and printed quickly and easily with only five lines of code.
Use the Day() function to display just the day number. For example it will display 1 through 31 (or less depending on the month). Quick easy way to show just the day number.
Use the Day() function to display just the day number. For example it will display 1 through 31 (or less depending on the month). Quick easy way to show just the day number.