All indices of node not working

Hello, I seem to be having trouble with the all indices of node not working. I checked the input, and it is a double so this should work. What am I doing wrong?
image

List.ReplaceItemAtIndex+ return string value. Try search “0” instead of 0.

despite the values are the same, since they were created in different places, they are seen as different “objects” by the software, so they aren’t the same item. For this you may have to use nodes for comparing those items and check if they are similar. Using strings as @Robert2017 said is a good solution

Ok, shouldnt this same node work for at least something. I mean here it is failing with a simple true value…?

Try changing your lacing to Automatic…

Works for me.

Use Object.Type to make sure your list is returning the same type.