My advice (FWIW) is not to do that: if you want to present the contents of a list object, formatted in a particular way (be that with tab spaces, or whatever) then introduce the ‘formatting’ when you construct the output, rather then mixing the formatting with the data.
1 Like