Satish,
A problem occurs when HEX Characters 3A-3F are used which are ":;<=>?". The logic states that if the high byte is 3 just use the low byte as the ASCII value.
So...If y ...
The above works but it is extremely slow. Also, the statement "IF HiByte = '3' THEN " causes a problem because it converts stuff from 3A-3F to a character rather than the symbols that they should be. ...
The above works but it is extremely slow. Also, the statement "IF HiByte = '3' THEN " causes a problem because it converts stuff from 3A-3F to a character rather than the symbols that they should be. ...