02.09.2015, 07:34
The input you specified is simply too long to be processed by one line of code (even though you split it into more lines, it's still counted as one by the compiler).
You can use string functions to form the larger text (e.g. format or strins) or alternatively you can use Zeex's compiler which fixes this issue.
You can use string functions to form the larger text (e.g. format or strins) or alternatively you can use Zeex's compiler which fixes this issue.