LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Array constant grey entry

Solved!
Go to solution

Say I have a array constant with 3 elements

array3.png

I want to delete the 3rd element and grey it out, so it look like this

array2.png

Can't seem to find a good way to do this other than remake the entire array. It is fine when the array only has a few elements, but when it is an array of shared variable reference of 50, it takes some time.

 

Thanks

 

 

0 Kudos
Message 1 of 7
(3,138 Views)

Did you try to rightclick the element and delete?

-----

The best solution is the one you find it by yourself
0 Kudos
Message 2 of 7
(3,131 Views)
Solution
Accepted by rhong

Specifically, RIght Click-> Data Operations -> Delete Element.

Message 3 of 7
(3,128 Views)

Thanks!!

0 Kudos
Message 4 of 7
(3,121 Views)

There should really be a shortcut for that, like ctrl+delete.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 5 of 7
(3,064 Views)

@Yamaeda wrote:

There should really be a shortcut for that, like ctrl+delete.

/Y


You mean something like this?

-----

The best solution is the one you find it by yourself
0 Kudos
Message 6 of 7
(3,060 Views)

Exactly like that. 🙂

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 7 of 7
(3,056 Views)