LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

format strings

It is not clear to me what the codes are for formating strings. (ie.
%s, %d, %.3, etc.) I can't seem to find this in the docs anywhere. Any
assistance?

Thanks

Jim
0 Kudos
Message 1 of 3
(2,677 Views)
Jim,

put to your vi String/Format to string.vi.
Double click on it. You will see open window, where in
bottom line you can write different codes (%s, %d, %.3, etc). In top of window you will see explanation what this code is mean.

Nadav Chernin
nchernin@chiaro.com
0 Kudos
Message 2 of 3
(2,676 Views)
Put the VI Format into string on a diagram.

Right-click and choose Help.

In the help window click on "format string"->"syntax elements".

You'll find here the complete explanation you need.

Have a nice day.
0 Kudos
Message 3 of 3
(2,676 Views)