Closed BSteffaniak closed 7 years ago
e.g.
(Long)getMonthDays(year)[month]
throws Error: Type 'Long' does not implement array brackets
Error: Type 'Long' does not implement array brackets
Workaround by using parenthesis: (Long)(getMonthDays(year)[month])
(Long)(getMonthDays(year)[month])
e.g.
throws
Error: Type 'Long' does not implement array brackets