MOVE SPACES TO PC-BEH-BERICHT
perform varying irsz from 1 by 1 until irsz > 10
string 'Meerdere polisnummers in PB: '
tabel-rsz-polis (1) ' '
tabel-rsz-polis (2) ' '
tabel-rsz-polis (3) ' '
tabel-rsz-polis (4) ' '
tabel-rsz-polis (5) ' '
tabel-rsz-polis (6) ' '
tabel-rsz-polis (7) ' '
tabel-rsz-polis (8) ' '
tabel-rsz-polis (9) ' '
tabel-rsz-polis (10)
delimited by size
inTO PC-BEH-BERICHT
perform varying irsz from 1 by 1 until irsz > 10
string 'Meerdere polisnummers in PB: '
tabel-rsz-polis (1) ' '
tabel-rsz-polis (2) ' '
tabel-rsz-polis (3) ' '
tabel-rsz-polis (4) ' '
tabel-rsz-polis (5) ' '
tabel-rsz-polis (6) ' '
tabel-rsz-polis (7) ' '
tabel-rsz-polis (8) ' '
tabel-rsz-polis (9) ' '
tabel-rsz-polis (10)
delimited by size
inTO PC-BEH-BERICHT
As a result I get:
'Meerdere polisnummers in PB: ' .........1234567
First I thought the dots wer low-values, but when I ftp the file to our servr they change in unreadable characters which is very annoying.
Does anyone has an idea how I can get rid of the dots?