with the following lines you can turn the 4 values of the
part-header into variables:
for a short description see the attached pdf-file
Part-HeaderInVariables.pdf
Cheers
bitsandmore
part-header into variables:
Code:
ASSIGN/PART = STR(GETTEXT(191, 1, {FILEHEDR})) ASSIGN/REVI = STR(GETTEXT(192, 1, {FILEHEDR})) ASSIGN/SERI = STR(GETTEXT(193, 1, {FILEHEDR})) ASSIGN/STAT = STR(GETTEXT(194, 1, {FILEHEDR}))
Part-HeaderInVariables.pdf
Cheers

bitsandmore
Comment