LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

can it possible to display front panel of global variable during run time?

A csv file is normally just a text file and you just be able to use Read From Spreadsheet File. What function are you using and are the passwords encrypted at all?
0 Kudos
Message 11 of 22
(1,981 Views)

Hello Shoukat,

 

I hope your problem is resolved. Please dont hesitate to get back to us in case of further queries. 

 

Thanks.

 

0 Kudos
Message 12 of 22
(1,951 Views)

Thank you,, i just started to use labVIEW, so i facing problem using it,,

Now i want to know how to read that csv file line by line,, i used read form spreadsheet vi, but it will giving me output in number array, but i am working with string,, 

0 Kudos
Message 13 of 22
(1,935 Views)
I don't understand your problem. There is usually no reason to read line by line. It is extremeley ineffecient to do so. You get either a 2D numeric or 2D string array out of the Read From Spreadsheet function and if you want individuals rows, work with the array.
0 Kudos
Message 14 of 22
(1,923 Views)
thank you,, i solved this problem,, if any problem furyer comes than i will ask,, thank u
0 Kudos
Message 15 of 22
(1,895 Views)

how th get currrent position of row selected or cursor positon in the multi-column list box in the program,, (becuse i have to delete perticulatr row from this )

 

thank you

0 Kudos
Message 16 of 22
(1,876 Views)

how to get currrent position of row selected or cursor positon in the multi-column list box in the program,, (becuse i have to delete perticulatr row from this )

 

 

thank you

0 Kudos
Message 17 of 22
(1,874 Views)
The  row selected is the value of the listbox. Yse a local varible, a property node or even better the terminal itself
0 Kudos
Message 18 of 22
(1,860 Views)

thanks for reply

i used property node but  in that i am not getting any option to get value of selected row,, can you please tell how to do it,

  thank you

0 Kudos
Message 19 of 22
(1,837 Views)

 i solved this problem,,

 

thank you

0 Kudos
Message 20 of 22
(1,826 Views)