LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to write to a multicolumn listbox

Hi,
 
I am using a listbox that extracts information from 2 different colums. The information in these column is converted to a number using a string to number function. I want to multiply the information in each cell of a column with it's adjacent cell and put the result into an unused column in the listbox.
 
ie column 1, row 1 = 200, column 2, row 1 = 3 and i want to multiply these 2 cells together and put the result in column 3 row 1 and basically fill down from there depending on whether there is information present in cells.
 
Can someone show me how to do this? Any help would be most appreciated.
0 Kudos
Message 1 of 3
(3,066 Views)
hello,

see the attached files for help.


Software developer
www.mcm-electronics.com





PORTUGAL
Download All
0 Kudos
Message 2 of 3
(3,030 Views)
Hi,
 
This example performs...
 
Multiplication of row data and add the result to a new column of the same row.
 
PS: No of original data columns will be automatically detected.
 
Hope this helps!
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
0 Kudos
Message 3 of 3
(3,024 Views)