LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Printing Special Characters (Less Than/Greater Than or Equal To) in Report Generation Toolkit

Solved!
Go to solution

Having difficulty printing special characters to Word Documents using the report generation toolkit. I can pass the less than or equal to sign (using the font 'symbol') to the 'Append Text' VI, but it appears as the pound sign in the document.

Does anyone know how to get around this? Am I stuck using <=?

0 Kudos
Message 1 of 4
(2,929 Views)

Hello,

 

You may need to modify the LabVIEW configuration to display the Unicode symbols. Try the instructions listed here

Marina B.
Technical Support Engineer
National Instruments
www.ni.com/support
0 Kudos
Message 2 of 4
(2,883 Views)

Didn't quite work... LabVIEW accepted Unicode characters without using the symbol font, but when printing less than or equal to, the Word Document received '  d"  '.

Capture.PNG

0 Kudos
Message 3 of 4
(2,869 Views)
Solution
Accepted by topic author reesl

Here is a VI to insert a symbol into a Word document.  The character codes you need for <= and >= are 0x2264 and 0x2265.

 

WordInsertSymbol.png

 

WordSymbols.png

Message 4 of 4
(2,851 Views)