How to get the index of a particular value/entry in a list?
I have the following list, how do I get the index of SplPparameter?myList = {paramter1, parameter2, parameter3, Splparameter, parameterN, parameterEnd};
Ans is 4 in the above example.