LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
altenbach

Make "array subset" and "string subset" resizeable

Status: New

For no obvious reasons, the "array subset" and "string subset" nodes are currently not resizeable.

 

Many times, I need to get several subsets or substrings at once and resizeable nodes would be a welcome improvement. Thanks!

Message Edited by altenbach on 06-05-2009 03:53 PM
Message Edited by Support on 06-08-2009 09:07 AM
1 Comment
altenbach
Knight of NI

As was pointed out here, once the node is resized there should be good defaults for unwired indices.

 

String subset:

If index is unwired, start at zero for the first subset and start the end of the previous subset for all others.

Unwired sizes should default to the previous size. Default size should be 1.

 

Array Subset: (paraphrasing Darin😞 Unwired indices imply starting after the previous subset .