Hello, how can I allocate a Variable with values that are over two lines. Like this:
INTEGER*2 HPELE(19)
!
DATA HPELE /0,0,0,0,0,0,0,0,0,0,
* 0,0,0,0,0,0,0,0,0/
In the past I could do this, if I put a character in col 7 (*).
But under FTN95 I don't know how to do!
Greetings from Germany! Michael