LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

The data that I appended in a list box (or table) apear in reverse order.

Hi.
I have tried to append data into a list box (or table) and even I paied attention to the index, the data apear in reverse order(the first element from the bottom of the list).

Please help me.
0 Kudos
Message 1 of 2
(2,954 Views)
InsertListItem (panelHandle, ControlID, ListIndex, "Label", Value);

Where ListIndex is a zero-based index into the list where the item will be placed.

Pass -1 to insert the item at the end of the list.
Jattie van der Linde
Engineering Manager, Software & Automation
TEL Magnetic Solutions Ltd
Message 2 of 2
(2,954 Views)