Compilation error when populated an array of string

Hi Guys,

I’m trying to add the different month off the year to an Array of String but i got a compilation error and don’t see why

TX

Hi,

You need to use “{ }” instead of “( )” as the following

{"January","February","March","April","May","June","July","August","September","October","November","December"}

Regards,

tx man

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.