one thing I kept tripping on was that when I was doing $LTS(tList), if you don't define the optional delimiter, it will default to a comma "," so I kept getting commas between each element in the list. So $LTS(tList," ") to put a space between list elements made it look readable again. Thanks for the script.
- Log in to post comments