I would like to 'wrap - around' a line of code to the line following it, such as-
In order to do this, I will need to choose a 'concatenation symbol' such as and underline symbol ( _ ) or another symbol such as ( ^ )
Is such an option available on AGK2 ?
35 / my one dimensional array concatenation symbol at end of line 37 ( _ )
36
37 num as integer[40] = [ 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5 5, 5, 5, 5, 5, 5, 5, 5, 5, 5 5, 5, 5, 5, 5, 5, 5, 5, 5, 5 _
38 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5 5, 5, 5, 5, 5, 5, 5, 5, 5, 5 5, 5, 5, 5, 5, 5, 5, 5, 5, 5]
39
.