My question concerns the ListType variable type defined as part of the programmer's toolbox that ships with CVI.
1. Declare a ListType variable (we'll call it "myList")
2. Create the list using ListCreate
3. Add an item to the list
4. Call ListDispose (myList)
how can I check that ListDispose worked?
thanks in advance