11-18-2012 11:52 PM
Hi all,
Anyone have any example VI for "match string first" function?
Thank you 🙂
Solved! Go to Solution.
11-19-2012 01:08 AM
Hi,
try placing this snipped on a block diagram:
Regards,
Marco
11-19-2012 01:10 AM
Thank you! Is there any way to set array to case insensitive? 🙂
11-19-2012 01:59 AM
There is no option to make it insensitive instead you can convert both the array and the string to upper case and pass it.
11-19-2012 02:00 AM
Something like that should do (almost) the trick.
Regards,
Marco
p.s. almost because the output string will be lowercase.
06-02-2013 08:52 PM
Is there a way that I can use a variant for string?
Because I need to check for 4 strings instead of only 1 string to match.