09-13-2006 01:51 PM
09-13-2006 02:01 PM - edited 09-13-2006 02:01 PM
Edit: After re-reading your post, it looks like "Match First String" may be what you're looking for after all
Message Edited by Day on 09-13-2006 03:02 PM
09-13-2006 02:14 PM
09-13-2006 03:25 PM
09-13-2006 03:49 PM
@krasing wrote:
Anyway, that had a type mismatch error going into the For Loop - source as 1D array of strings, sink as 1D array of double.
"Index array" wired to [i] is never necessary. Your array is auto indexing already, so you can just wire from the tunnel to the match pattern node. You will get one element at a time per iteration in order.
If you want to use the code as you have it, right-click on the input tunnel and select "disable indexing".