There's no reason why you can't do it as in your example:
char TaskId = array['A','B','C','D','E','F','G','H','I','J','K',
'L','M','N','O','P','Q','R','S','T','U','V',
'W','X','Y','Z'];
separate elements of the array can be on different lines so the code is more readable, the compiler just...