How do you insert a "tab" in a string? I thought it was t enclosed in <> , but I do:
'Name <t> Age <t> Occupation'
prints exactly how it's typed. I would like to get
Name Age Occupation
instead of
Name <t> Age <t> Occupation
'Name ', String tab, ' Age ', String tab, ' Occupation'
If String does not understand #tab, you have to :
'Name ', Character tab asString, ' Age ', Character tab asString, ' Occupation'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With