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,139 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,132 Views)
Solution
Accepted by topic author rhong

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

Message 3 of 7
(3,129 Views)

Thanks!!

0 Kudos
Message 4 of 7
(3,122 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,065 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,061 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,057 Views)