hmm...
no need I think.
I actually am listening a song by DJ quicksilver.
I herd wrong the first words of the song: "Shave up your a**"
when she repeated them some seconds later, it really was "escape to an paraside"

anyway, I use tab character in my codes too.
but, inserting a tab is not just 1 character:
Code:

$stringwithoutTAB="text"
$stringwithTAB=$stringwithoutTAB+" "

;or:
$stringwithTAB=$stringwithoutTAB+chr(9)



as you can see, it actually is 4 characters.

I actually think this is where the macro would come handy.
instead of adding the tab to the string, with the macro it would be "easy" to embed it:
Code:

$stringwitTABs="text@tabthe B-column is here@taband@tabprettymuch@tabed...eh, golfed"

_________________________
!

download KiXnet