Hi everyone,
I try to have the post to ask for a comment at the beginning of the
file, it work out ok if the comment line that I input at prompt is not
over a certain length. If the comment line is too long then it will skip
portion of the comment. Is there a way that I can tell my post if the
comment is too long then output multiple lines?
This is what I have in my post
commnt = text/'$...ENTER THE COMMENTS...:'
CIMFIL/ON, MACHIN
DMY = POSTF (13)
SEQNO/OFF
DMY = FILEF (0,1,COMMNT)
COMM = TEXT/READ,0
INSERT/'(',COMM,')','$'
SEQNO/ON
CIMFIL/OFF
Thank you.