Does anyone know how to remove a tab from a string using the COMPRESS function, even when editor options are set to replace tabs with spaces? Ex. test = compress(string,"-,/ "); --where the space is an actual tab and not spaces I tried turning off the option to use spaces in place of a tab but it still didn't work.
... View more