IMPORTANT ANNOUNCEMENT

These forums were permanently set to read-only mode on July 20, 2022. From that day onwards, no new posting or comment is allowed on the site, but the historical content remains intact and searchable.

A new location for posting questions about PlanetPress Suite is now available:

OL Learn - PlanetPress Classic (opens in new tab)

Topic Options
#44247 - 07/17/13 07:14 AM add AC to data matrix barcode
willy Offline
OL Newbie

Registered: 07/17/13
Posts: 3
How do you add the prefix AC to a data matrix barcode?

Top
#44251 - 07/17/13 09:41 AM Re: add AC to data matrix barcode [Re: willy]
ppuserd Offline
OL Guru

Registered: 07/03/12
Posts: 106
i'm assuming you are using a variable or data selection to populate the value of your data matrix:-

'AC ' + &barCodeString

or

'AC ' + @(1,1,9)

basically, you can add extra data / variables to generate a concatenated string by using the + operator.

Top
#44252 - 07/17/13 09:47 AM Re: add AC to data matrix barcode [Re: willy]
Philippe F. Offline
OL Expert

Registered: 09/06/00
Posts: 1984
Loc: Objectif Lune, Montreal, Qc
In the Data tab, select Advanced Mode. Right click in the first field and select Data Selection to select whatever data you want to put in the barcode (multiple lines are OK). Then click back into the first field and immediately after the initial = sign, insert 'AC'+.
_________________________
Technical Product Manager
I don't want to achieve immortality through my work; I want to achieve immortality through not dying - Woody Allen

Top
#44254 - 07/17/13 10:25 AM Re: add AC to data matrix barcode [Re: willy]
ppuserd Offline
OL Guru

Registered: 07/03/12
Posts: 106
or, in the data tab, check 'custom data selection' enter AC then hit enter. this will create a second box for you to enter your current data selection and will concatenate without needing to use the + operator



Edited by ppuserd (07/17/13 10:33 AM)

Top
#44287 - 07/18/13 08:09 AM Re: add AC to data matrix barcode [Re: ppuserd]
willy Offline
OL Newbie

Registered: 07/17/13
Posts: 3
Thanks everybody for your help..works great!

Top