Hi, I would like to create a string with TAB, say AAA + TAB + BBB. I tried the following without any success: AAA~009BBB AAA~~009BBB AAA<009>BBB AAA~d009BBB AAA$IBBB AAA($)IBBB AAA\011BBB AAA\tBBB For ~009 the DmtxScheme/s I tried are the following but nothing worked for me: DmtxSchemeX12, DmtxSchemeBase256, DmtxSchemeC40, DmtxSchemeAscii, DmtxSchemeText Thank you.