11-06-2018 08:45 AM
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?
Solved! Go to Solution.
11-06-2018 11:13 AM
If you read the FrameNames property after writing it, you'll get the following:
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).
11-07-2018 01:53 AM
Thanks