I am trying to do a simple basic function of displaying a variable through the prompt box so that the user knows the current value of a specific parameter of the instrument. I tried dragging the variable inside the prompt box, but I wasn't able to do so. How can I do the same ?
Thank you
The prompt command does not allow variables to be embedded. You could work around this if the number of possible valid values is not too great by using the if statement along with an "Ask User" command, like this:
Note that by putting it in a "Group" block, it can be collapsed (the double up arrow) so as not to occupy too much screen real estate.
Brian