Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Tabulator in 2DBarCode field

edited April 2008 in General
Hello,

i would like to create a special 2DBarcode output like this one:
TwoDBarCode1.Data:='TEST1'+'TEST2';

So far, so good. :)

But now I would like to add a tabulator between these two strings:
TwoDBarCode1.Data:='TEST1'+ \t +'TEST2';

This example leads to a syntax error.

How can I add a tabulator between these strings?

kind regards,
Johannes



--- posted by geoForum on http://delphi.newswhat.com

Comments

This discussion has been closed.