I have the foll. string:
' Y M D PDSW RSPC NPPC NEE'
Each element in the string corresponds to a column in a csv file. Is there a way (aside from for loops), of getting the width of each column from this string? E.g. Th first column has a width of 5 (' Y'), the next has a width of 4(' M')...
findallin lieu ofsplit.