Code Block -reading list values

Hi, I have a problem with a code block.
If I take the individual readings from the list I get the correct values.
If I use number generation within the specified range instead I get wrong readings. Since I have to read 226 values, how can I solve this ?

Thank you.

@DScad ,

whats the error message ?

maybe you are out of range? or you have nulls ? or you are indexing wrong …

KR

Andreas

List.GetItemAtIndex should do the trick; might need two of them though.

Thanks !!

1 Like