Index number

Why the index number is -1?
248 is located in index number 2 and the result is 2 but it returns only -1.
How I resolve this problem…?
please…

Hello, convert to int the value

1 Like

Hello @y.Petrenko @hojukys ,

I don`t have this node, python works too:

OUT = []

for i in IN[0]:
	OUT.append(int(i))


KR
Andreas

I don’t have that node. Can you tell me another way…?

You can use the python code from @Draxl_Andreas

1 Like

yeah but I don’t have python program.
Or I can use that code without python?

@hojukys

Of Course you can! :wink: just copy/Paste

I think when i will have my own company i will name it “Copy/Paste and Partner” :slight_smile:

2022-05-09_11h20_03

KR

Andreas

2 Likes

image
Use Install Orchid nodes

2 Likes

or like this
image

2 Likes

thank you!!!