DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Merge two element list

Hi

 

I have create an Element List filtering some channels of a group

 

Dim mSyncLst, iGrp
Set iGrp = Data.Root.ActiveChannelGroup
Set mSyncLst = Data.GetChannels(iGrp.Name & "/ABC*") 'List With Several Channels

 

I would like to add to the mSyncLst the channels containing DEF. e.g. Data.GetChannels(iGrp.Name & "/DEF*"), which also contains several channels. Using the method Add mSyncLst, only allows to append one channel each time.

 

Thank you

0 Kudos
Message 1 of 2
(4,423 Views)

Hi dslemusp,

 

This is a good idea.  Would you please post this suggestion at www.ni.com/diademideas ?

 

Brad Turpin

DIAdem Product Support Engineer

National Instruments

0 Kudos
Message 2 of 2
(4,378 Views)