<div dir="ltr">Worked great! Thank you so much.<div><br></div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Sat, May 17, 2025 at 11:47 AM Joe Chasan <<a href="mailto:joe@magnatechonline.com">joe@magnatechonline.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">The registered trademark symbol is part of the Legal symbol set so you<br>
need to change the symbol set from the default (PC-8) to legal, print<br>
your character, then set it back.<br>
<br>
Start with code to change symbol set to Legal<br>
$1b (1U -or- chr("27"){"(1U"<br>
then code for Registered Trademark Symbol<br>
$5c -or - chr("92")<br>
then code to send it back to PC-8 Symbol set<br>
$1b (10U -or- chr("27"){"(10U"<br>
<br>
So a print code to do this would be:<br>
$1b (1U $5c $1b (10U <br>
and a processing line to do it in a dummy variable would be:<br>
a=chr("27"){"(1U"{chr("92"){chr("27"){"(10U"<br>
<br>
I see you did try messing with other symbol sets.<br>
8U = Roman 8 - not sure registered trademark is in that set.<br>
19U = Windows symbol set - I'm pretty sure you can do it with that <br>
one if you picked the right code for it, but I find legal symbol set easier<br>
to work with (fewer values).<br>
<br>
A good reference for symbol sets here:<br>
<a href="https://www.pclviewer.com/resources/pcl_symbolset.html" rel="noreferrer" target="_blank">https://www.pclviewer.com/resources/pcl_symbolset.html</a><br>
<br>
-joe<br>
<br>
On Thu, May 15, 2025 at 01:25:35PM -0400, Rick Walsh via Filepro-list wrote:<br>
> It's been a while<br>
> <br>
> Just started but here's what I've tried so far<br>
> <br>
> a=chr("27") { "(8U" { chr("169")<br>
> <br>
> and<br>
> <br>
> ec(1,*,g)=chr("27"); PCL=ec{"(19U"{ec{"(s1p10h12v0s0b4099T"{CHR("174")<br>
> <br>
> a=PCL<br>
> <br>
> and<br>
> <br>
> a=ec{"&f0S"{ec{"(s0P"{"Company\251 Product\251"<br>
> <br>
> and<br>
> <br>
> a=ec{"&f0S"{ec{"(s0P"{"Company"{CHR("174"){" Product"{CHR("174")<br>
> <br>
> <br>
> <br>
> Can anyone help?<br>
> <br>
> Thanks<br>
> Rick<br>
> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL: <<a href="http://mailman.celestial.com/pipermail/filepro-list/attachments/20250515/8e33e439/attachment.html" rel="noreferrer" target="_blank">http://mailman.celestial.com/pipermail/filepro-list/attachments/20250515/8e33e439/attachment.html</a>><br>
> _______________________________________________<br>
> Filepro-list mailing list<br>
> <a href="mailto:Filepro-list@mailman.celestial.com" target="_blank">Filepro-list@mailman.celestial.com</a><br>
> Subscribe/Unsubscribe/Subscription Changes<br>
> <a href="https://mailman.celestial.com/mailman/listinfo/filepro-list" rel="noreferrer" target="_blank">https://mailman.celestial.com/mailman/listinfo/filepro-list</a><br>
> <br>
<br>
-joe<br>
<br>
--<br>
<br>
Please note: Although we may sometimes respond to email, text, and phone<br>
calls instantly at all hours of the day, our regular business hours are <br>
9:00 AM - 5:00 PM, Monday thru Friday.<br>
<br>
-Joe Chasan-                           Magnatech Business Systems, Inc.<br>
joe - at - magnatechonline -dot- com   Plainview, NY - USA<br>
<a href="https://www.MagnatechOnline.com" rel="noreferrer" target="_blank">https://www.MagnatechOnline.com</a>        Tel.(516) 931-4444<br>
Proud member of iXorg                  Fax.(516) 931-1264<br>
</blockquote></div>