ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

is there a way to put a string value from a vi file for the message in the two-button dialog box

any help would be appreciated
0 Kudos
Message 1 of 5
(2,771 Views)
Just output the string-value in your vi to the "message"-input terminal of the two-button dialog box. It's easy.
0 Kudos
Message 2 of 5
(2,771 Views)
i know how to do that, but i wanted to put in the message like this...the result is *value* is this ok?

e.g. C language code (printf "the result is %d is this ok?", value)
0 Kudos
Message 3 of 5
(2,771 Views)
See attachment how this is possible.
0 Kudos
Message 4 of 5
(2,771 Views)
thanks, i thought about using the concatenate string and the number to decimal string, but using the number to fractional strings seems to work better
0 Kudos
Message 5 of 5
(2,771 Views)