01-09-2006 12:43 PM
01-09-2006 01:06 PM
01-09-2006 01:59 PM
The Match Pattern function will work fine in this case, but it is overkill. If you're just looking for the presence of a specific character, you could use the Search/Split String function, available in the String > Additional String Functions subpalette. You can use the same method with this function of checking to see if the offset is less than zero, but this function will be more efficient since it only matches characters, not patterns (which require LabVIEW to do more work internally).
-D
01-09-2006 05:21 PM
01-09-2006 09:16 PM
Glad to help, Ben. Maybe at some point I'll start posting a "weekly nugget" on the LabVIEW forum...I got a million of 'em.
-D
01-09-2006 10:43 PM
Hey Darren,
That would be a great feature to include on the Forum
Dev
01-10-2006 12:15 AM