Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Condensing text in Script

Former Member
0 Likes
556

HI ALL ,

I am executing script which if configured with Zebra Printer ( Using ZPL ie Zebra Printing Language )

but my text ( mat descrp ) is not printed properly on script it gives morethan one space between words in the description . Can anyone suggest :

do we have a separate CONDENSE Command in ZPL like we have in normal Scripts (C) .

Thanks in advance .

3 REPLIES 3
Read only

Former Member
0 Likes
487

Hi Praveen,

try to condense the text before passing it to the script.

You can also use ZPL commands. I guess there are a quite a few of them but they are dependent on each Zebra printer. So better is to condense the text before passing it to the script.

Did u check if there is any option in the BARONE tool where u have defined the label?

Cheers

VJ

Read only

Former Member
0 Likes
487

&X_EKPO-NETPR(C)& use this in SCRIPT .

C here is CONDENSE.

regards

srikanth

Message was edited by: Srikanth Kidambi

Read only

0 Likes
487

Hi

I have tried (C) but no change.....

Thnx