Withnail73
Programmer
Hi there! This must be a simple one but I can't seem to manage it. I'm reading a text file in line by line - the file was originally an xls spreadsheet that has been saved as txt and the columns tab delimited. If my collected string is "123456 " where the whitespace is a tab, how do I remove it? STRIP isn't working...