To add a tab, you need to make sure that you're using \011 then use the below code to add a tab. There are users who confirmed this is working correctly:
&data:='abc\011def' or&data:='abc'+char(9)+'def'
Extremely versatile label creation software.
App that allows you to design basic barcode labels.
Is innovative software that simplifies label creation for customer applications
To add a tab, you need to make sure that you're using \011 then use the below code to add a tab. There are users who confirmed this is working correctly:
&data:='abc\011def'
or
&data:='abc'+char(9)+'def'