arcticpuppy
Technical User
I am reading a database that has triling blanks in the data so when I do a length($0) and use this to define the substr($0,4,length($0)- 4) I want to use. The data contains text and thus removing spaces from the end using a gsub may be tricky
This shows up bigtime when I try to append two lines of data together and I get huge spaces
Any ideas ?
This shows up bigtime when I try to append two lines of data together and I get huge spaces
Any ideas ?