09-21-2015 10:52 AM - edited 09-21-2015 10:56 AM
Add a Delete From Array function right before the array is written to the indicator "Array". You'll be leaving the Row input empty and wire values for Column (start index) and Length. It looks like you also may need to remove the first column because it's just the Serial Number? This would require you to just include an Array Subset node as well.
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'
09-21-2015 11:00 AM
@James.M wrote:
Add a Delete From Array function right before the array is written to the indicator "Array". You'll be leaving the Row input empty and wire values for Column (start index) and Length. It looks like you also may need to remove the first column because it's just the Serial Number? This would require you to just include an Array Subset node as well.
I will try it. Thank you for your patience.
09-22-2015 09:08 AM
@James.M wrote:
Add a Delete From Array function right before the array is written to the indicator "Array". You'll be leaving the Row input empty and wire values for Column (start index) and Length. It looks like you also may need to remove the first column because it's just the Serial Number? This would require you to just include an Array Subset node as well.
Thank you Sir, it worked perfectly.