Am using option F11 to ImpS the comments at the top of NATURAL source, but don’t get all the comments imported
The top of the source I am attempting to import is
0010 *******************************************************************
0020 ** AMENDED BY 1 : MAPS CHANGED :
0030 ** AMENDED BY 2 : MAPS CHANGED :
0040 ** AMENDED BY 3 : MAPS CHANGED :
0050 ** AMENDED BY 4 : MAPS CHANGED :
0060 ** AMENDED BY 5 : MAPS CHANGED :
0070 ** AMENDED BY 6 : MAPS CHANGED :
0080 ** AMENDED BY 7 : MAPS CHANGED :
0090 ** AMENDED BY 8 : MAPS CHANGED :
0100 ** AMENDED BY 9 : MAPS CHANGED :
0110 ** AMENDED BY 0 : MAPS CHANGED :
0120 ** BLANK
0130 DEFINE DATA
but the import screen only show the last 3 lines before the first NATURAL statement
Comments
001 * AMENDED BY 9 : MAPS CHANGED :_____________________
002 * AMENDED BY 0 : MAPS CHANGED :_____________________
003 * BLANK_______________________________________________________________
004 ______________________________________________________________________
005 ______________________________________________________________________
Is there a setting in an ini file that determines the number of lines to import ?
Or are the comments in the source not in the correct format to be included ?
If I amend the code and restow as below
0010 *******************************************************************
0020 ** AMENDED BY 1 : MAPS CHANGED :
0030 ** AMENDED BY 2 : MAPS CHANGED :
0040 ** BLANK
0050 DEFINE DATA
I get the following
Comments
001 * BLANK_______________________________________________________________
002 * AMENDED BY 1 : MAPS CHANGED :_____________________
003 * AMENDED BY 2 : MAPS CHANGED :_____________________
004 ______________________________________________________________________
005 ______________________________________________________________________
3 lines but in the wrong order.
Is this a bug?