This is part of a progarm that displays a 5 row with 6 columns (C1 thru C6) of
data from a file.
Problem is there are two locations that do not display what the record
file "DSP_TEST.DAT" has for data. Where 5A should be it is blank and where
3E should be it displays 5A. I have tried eveything I could and can not
see where there is a bad line of code to causes this.
There is also a part of the program which blanks out data if no data is
available in the file, but I added text with a # symbol to see what is
happening. It also display a blank where #5a should be and #5a where
#3e should be.
Looking at the data file with notepad, everything there looks OK except when
displayed in the program.
Problem seem to be on row 3 and 5 only. When doing PRV (previous)
Anyone who tries to help me solve this bug should make a file with the following
data as follows:
1A 1B 1C 1D 1E 1F
2A 2B 2C 2D 2E 2F
3A 3B 3C 3D 3E 3F
4A 4B 4C 4D 4E 4F
5A 5B 5C 5D 5E 5F
6A 6B 6C 6D 6E 6F
Help is appreciated here.
Thanks
Robert
data from a file.
Problem is there are two locations that do not display what the record
file "DSP_TEST.DAT" has for data. Where 5A should be it is blank and where
3E should be it displays 5A. I have tried eveything I could and can not
see where there is a bad line of code to causes this.
There is also a part of the program which blanks out data if no data is
available in the file, but I added text with a # symbol to see what is
happening. It also display a blank where #5a should be and #5a where
#3e should be.
Looking at the data file with notepad, everything there looks OK except when
displayed in the program.
Problem seem to be on row 3 and 5 only. When doing PRV (previous)
Anyone who tries to help me solve this bug should make a file with the following
data as follows:
1A 1B 1C 1D 1E 1F
2A 2B 2C 2D 2E 2F
3A 3B 3C 3D 3E 3F
4A 4B 4C 4D 4E 4F
5A 5B 5C 5D 5E 5F
6A 6B 6C 6D 6E 6F
Help is appreciated here.
Thanks
Robert
Comment