LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Entering both symbol and standard text in table header

Is it possible to enter a symbol with standard text in a table header? I would like to add a micro symbol but when i do, the entire header changes too.
0 Kudos
Message 1 of 9
(4,384 Views)
You did not mention your OS. The following applies under windows.

The symbol µ is easy. Just use \B5 in "'\' Codes Display". See attached image. 🙂
Message 2 of 9
(4,374 Views)
Thanks. Is there a list of shortcut keys for similiar mathematic symbols? I am using windowsXP.
0 Kudos
Message 3 of 9
(4,351 Views)
Look at the Character Map (Start..run... type "charmap").

Select your desired font, select "advanced view" and select a windows character set, e.g. "Windows: Western" (AFAIK, LabVIEW does not support unicode, a 16 bit/character encoding standard). Click on any charcacter and you'll see the corresponding hex code. For example, the Arial copyright symbol (©) would be 0xA9 or \A9 in "'\' Codes".
Message 4 of 9
(4,347 Views)
Is it possible to have most recent data at the top of a table (1st row) instead of the latest results being appended to the bottom of the table during a while loop?
0 Kudos
Message 5 of 9
(4,340 Views)
Yes. If you're using insert into array, wire 0 in the row number to have it inserted in the first row. If you're using build array, reverse the order.

___________________
Try to take over the world!
Message 6 of 9
(4,337 Views)
I inserted the reverse string vi. and this only reversed the row. I have 15 measurements(columns) in the row and 1 row equals a set. A second set(row) of results would then follow below inthe table. Not as currently above.
0 Kudos
Message 7 of 9
(4,329 Views)
I meant to reverse the order in the Build Array VI. Wire the new data to the top input and the old data to the bottom input. Also, please don't BMPs, they're way too big. Use JPEGs or PNGs instead.

___________________
Try to take over the world!
Message 8 of 9
(4,320 Views)
Cheers! and thanks for the advice.
0 Kudos
Message 9 of 9
(4,315 Views)