IncredibleVolk
Technical User
This isn't necessarily aspect specific but I was hoping someone here might know. I direct output from a terminal to a file and the header row contains a control character. I think I can strip it out if I know how to identify it. It appears as a straight line in the file but it's actually a little square. Is that a TAB? Either way I tried strcmp and strfind on DEBTOR and it's not working.
DEBTOR........ CLIENT#... ST CD
I was wondering if anyone knows what the character is so I could remove it from the file.
DEBTOR........ CLIENT#... ST CD
I was wondering if anyone knows what the character is so I could remove it from the file.