Hi,
using file upload into internal table i've got '#' signs. In the main body of the table they are separators and are always on specific places.
In the header of the table they are at different places (and they are varying).
Exampleline:
0024 Company XYZ #Summary report November 2006
I've tried REPLACE, but the '#'-sign is not recognized
I've tried TRANSLATE, but it doesn't work
So the '#' sign is NOT equal with the one from your keyboard. It's a control character within files.
Any clues?
Regards
Olaf