02-10-2009 12:27 AM
How to create an array of container dynamically and destroy it. I have an array of container which is to be sorted by comparision, but in sorting out the elements i want to delete some of the elements based on comparision.I run a for loop based on the number of elements in the array to be sorted. So what i do is take the elements into another array which i want to create it dynamically and reassign the new array back to the old one after sorting and delete it.
02-10-2009 01:13 AM
Hi kpraveen,
Maybe this thread helps,
http://forums.ni.com/ni/board/message?board.id=330&message.id=18421&query.id=288653#M18421
Greetings
Juergen
=s=i=g=n=a=t=u=r=e= Click on the Kudos button (Gold Star) and see what happens =s=i=g=n=a=t=u=r=e=
02-10-2009 01:45 AM