I need some assistance, please.
I am getting the following error:
I have the following setup:
Months is an array of strings
Months is assigned {“January”, “February”, “March”, “April”, “May”, “June”, “July”, “August”, “September”, “October”, “November”, “December”}
My selector expression:
If I dont use Months.ToString, and just use Months, I get a validation error: Operator ‘+’ is not defined for types ‘String’ and 1-dimensional array of string
If I do use Months.ToString, I get the, "Cannot find UI element corresponding to this selector and it prints the System.String instead of the month.
Can someone help please?