Every now and then, I stumble upon the following error when trying to use the "Match Regular Expression" node in a inlined/malleable VI:
If I understand correctly this discussion, this is because it is an XNode, which is currently (or definitively) not supported in inlined VIs.
But further in the discussion, it is said that an exception was added in the compiler to allow inlining the "Error Ring" XNode.
My idea is to consider adding the same exception for the "Match Regular Expression" XNode, or make any modification that would result in this node being inlinable.
Also, there is nothing in the generated code of the "Match Regular Expression" XNode that prevents inlining!
All it really does is using a CLFN to call function "MatchRegExpEfficient" from the LabVIEW library.
Regards,
Raphaël.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.