06-23-2010 07:41 AM
Hi,
I have tried using the "symbol" police to create the greater or equal symbol but it doens't work.
Does anybody know how to do this?
Thanks,
User
Solved! Go to Solution.
06-23-2010 08:46 AM - edited 06-23-2010 08:50 AM
The only way I see to do it, is to type in the appropriate character code (Alt-0179, using the numeric keypad), then highlighting the single character (in most fonts it is the superscript 3), then changing the font to 'Symbol'. The rest of the characters in the string will remain in the same font as before, only the highlighted character will change.
06-23-2010 09:03 AM
Note: You should not put "funny" characters like that in a control label. Use the caption instead. You might run into problems when you need to access controls by name, such as with the VI Server, or when exporting/importing strings.
06-24-2010 02:56 AM
Hi,
Thanks to both of you for your answer and advice.
User