I have an input for a Period that will give me numbers 1 through 12 and I am trying to create a variable that stores all of the months and then will use the period to give me the correct month with the MonthName variable…
Period variable - integer
Month List - Jan, Feb, March etc
MonthName will be (Montlist(Period-1)
I created a message box but it just keeps returning System.String or System.String[6-1]