09-22-2011 12:51 PM - edited 09-22-2011 12:55 PM
Can anyone tell me what I am doing wrong?
Want output to show N/A when nothing is entered in input string and to show the input string if something exists...
The output of the attached VI is expected it to be Larron, but instead is outputting LarronN/A.
Is there a way to make this VI do this without having to make a VI with an and/or component added to it?
09-22-2011 01:20 PM
Right-Click the S&R function and select 'Regular Expression'
Search for ^$, replace with 'N/A'
09-22-2011 01:26 PM
Thank You for the help