m.schmue
(M Schmue)
#1
Hello everybody,
i have a list with 16 indices with one value each from 0 to 1500
i want to get a list out of it with all values above 22 and beneath 1478.
i dont find a solution, with a domain i could easily get rid of the index 0 and 15, but if theres two values between that, i dont know how to do it.
thanks for your help,
best
michael
HS_Kim
#2
Use conditional statement with Expression.
m.schmue
(M Schmue)
#3
hi kim, thank you for your quick help.
can you tell me what im doing wrong here?
m.schmue
(M Schmue)
#4
aaaalright, was in there as a string not as numbers. got it by now.
thanks a bunch