Open edmundreinhardt opened 9 months ago
The # get's interpreted as the beginning of a comment and the rest of the line is ignored
Attempt to solve by escapting with ^# as in ^#FOO.FILE: #foo.pf mentioned in https://github.com/IBM/ibmi-bob/issues/347
^#
^#FOO.FILE: #foo.pf
The # get's interpreted as the beginning of a comment and the rest of the line is ignored