LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Scripting get index for a case

Solved!
Go to solution

Hi,

 

i need the index of a case, so i can add some code. But i get Error 1305, if try to get the index from case name.

 

Can some one tell me what is wrong with my approach?

0 Kudos
Message 1 of 3
(2,102 Views)
Solution
Accepted by topic author wladimiripg

If you read the FrameNames property after writing it, you'll get the following:

frame_names.png

So in order to use the GetFrameIndex method, you'll have to specfy a frame name of ' "Test4" ' (including a space before and after the quotes).

Message 2 of 3
(2,075 Views)

Thanks

0 Kudos
Message 3 of 3
(2,054 Views)