List.IndexOf - List multiple indices?

Hello everyone!

I’m trying to change the View Template of some specific Views in a project.
so i looked for the Views i need with GetParameterValueByName and tried to list the indices of the true values, so i can match them with the ones from the GetAllElemnts-list

The node List.IndexOf only shows one result…
And i wonder why…?!? Can it be that it only chows the first true value?.. is there no way to list multiple indices?

Any help is appreciated :smile:

List.IndexOf only returns the first found value. Use List.AllIndicesOf instead.

2 Likes

Dude!
THANKS!

1 Like