LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to increase rows in array more than one ?

Hi all ,
I have an application with string array ,
How to increase array index by  x (rows in the array) and not by one as it is in the default ,how to do it ?
 
10 x
 
0 Kudos
Message 1 of 5
(2,927 Views)

Hide the index if the array and add a plain numeric control in its place where you set the increment to 10. Now feed he output to an "index values" property node of the array.

If you have LabVIEW 8.0, you could make an Xcontrol that does the same. 😄

Message 2 of 5
(2,911 Views)
Hi Doran,

another trick, set your cursor next to the decimal position you want to 'jump' and use the increment control. I *think* you can control the position of the cursor via properties.

Ton
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 3 of 5
(2,908 Views)
Here;s a simple example of my first suggestion (LabVIEW 8.0).
0 Kudos
Message 4 of 5
(2,905 Views)

Thank you altenbach ,

I use the property node and it works greatSmiley Wink

 

 

0 Kudos
Message 5 of 5
(2,887 Views)