LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to input symbols, like ∆, into labview string?

Solved!
Go to solution

Hi All,

 

A quick question.

 

I need to input ∆ into labview string for displaying. How to do that? 

 

I try copy from word, than it becomes question mark after I paste it to labview string.

 

 

Thanks for any help.

 

Anne

0 Kudos
Message 1 of 18
(7,976 Views)
What font are you suing for your string control?  The delta symbol will have to be a part of the font in order for it to show up.
0 Kudos
Message 2 of 18
(7,973 Views)

Decimal 198 is delta in Arial.  Other fonts may differ.

 

Lynn 

0 Kudos
Message 3 of 18
(7,964 Views)

Hi Lynn,

 

Could you please put a simple example there?   I tried, just couldn't get it.

 

Thanks a lot for help.

 

 

Anne

0 Kudos
Message 4 of 18
(7,944 Views)

I am trying Arial.  😞

 

 

 

0 Kudos
Message 5 of 18
(7,943 Views)

Anne,

 

Here is a simple VI that lets you explore fonts and displays.

 

Lynn 

Message 6 of 18
(7,937 Views)

Hi Lynn,

 

 

For 198, I got Æ.   Still doesn't look right.  Any other trick?

 

 

 

Thanks a lot for your help.

 

 

Anne

0 Kudos
Message 7 of 18
(7,925 Views)

I got that as well.

 

Pick a Greek font and use a capital D.

0 Kudos
Message 8 of 18
(7,916 Views)

The VI I posted will show all 256 characters of whatever font you name.  Find the delta and figure out where it is in the string.  Array2 (off screen to the right) has one character per element.  scroll down until you find the one you want and the index will be the numeric value.

 

I am using a Mac so the fonts may render special characters differently on other OSes.

 

Lynn 

0 Kudos
Message 9 of 18
(7,900 Views)

That's what I am trying to do, but just couldn't find ∆ in the string.  😞

 

 

Anne

0 Kudos
Message 10 of 18
(7,895 Views)