Hi All,
Was wondering if anyone can help me. I'm trying to output an asterix on a email signature block, as shown below, using VBScript:
If (strExtension) Then objSelection.TypeText "Ext. *" & strExtension & " | "
When I do this the asterix character appears superscript in the signature block & increasing the font size increases the line spacing.
Anyone have any idea how to get the asterix to show inline at same font size as the rest of the characters?
Any help would be greatly appreciated.
Clive.
Displaying asterix (*) full size
Forum rules
Do not post any licensing information in this forum.
Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This forum is a space to discuss coding in VBScript including Windows Script Host, WMI, ADSI, and technical issues related to development.
- Question about a licensed SAPIEN product? Post here: Product Support for Registered Users
- Question about a trial SAPIEN product? Post here: Former and Future Customers - Questions
Do not post any licensing information in this forum.
Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This forum is a space to discuss coding in VBScript including Windows Script Host, WMI, ADSI, and technical issues related to development.
- Question about a licensed SAPIEN product? Post here: Product Support for Registered Users
- Question about a trial SAPIEN product? Post here: Former and Future Customers - Questions
- Clive.Hillier
- Posts: 6
- Last visit: Sat Sep 17, 2022 8:18 am
Re: Displaying asterix (*) full size
Hi jvierra,
Many thanks for the response, you hit the nail on the head regarding the font. I have tested with a few different ones now & settled on one that better suits my requirements.
As always many thanks for your assistance.
Clive.
Many thanks for the response, you hit the nail on the head regarding the font. I have tested with a few different ones now & settled on one that better suits my requirements.
As always many thanks for your assistance.
Clive.