03-10-2009 09:12 AM
Does anyone know why there are errors in the concatenate string exmple?
Located C:\*\National Instruments\LabVIEW 8.2\examples\general\functions\String
Error says"One or more required inputs to this function are not wired or are wired incorrectly. Show the Context Help window to see what the connections to this function should be."
Thanks
Ken
03-10-2009 09:22 AM - edited 03-10-2009 09:23 AM
Hi Ken,
The error is due to the fact that there are 4 unused terminals on the concat string function. Either get rid of those terminals or wire them up to fix the error. I am guessing it was wired that way to show the user that the concat string function could take as many inputs as needed?
03-10-2009 09:27 AM
Thanks That was it.