Adding new lines to a python label expression is trivial - just build a string with "\n" where you want the new line.
In a similar way, using "\t" doesn't add a tab. Does anyone know a work around? How can I add tabs to a label via python label expression.
Thanks,