Page 1 of 1

StringSplitter-Node incompatibility V3 - V4/5

Posted: 07 Jun 2016, 14:04
by stephan
This problem occurs also in V4, never noticed that.
see attached vza (rename zip to vza)

Can't select specified image by 'current'-input of stringsplitter, path is not working.
Although there are obviously simpler solutions, I need the StringSplitter-Node.
This works in V3, but anymore in V4+5 ...
(for now I transfer old presentations to V5)

Help is welcome :D
Stephan

Re: StringSplitter-Node incompatibility V3 - V4/5

Posted: 08 Jun 2016, 09:20
by chriss0212
hi stephan,

this is easy. from v3 to v4 the dir node output has changed to a string array. so instead of a string splitter you need to use a string array indexer!

greetz

christian

Re: StringSplitter-Node incompatibility V3 - V4/5

Posted: 08 Jun 2016, 10:06
by stephan
DANKE Christian! :D

I inserted this node yesterday temporarily, the problem is you have to define the size of the array before. Number of input elements changed dynamic.

Gruß Stephan

Re: StringSplitter-Node incompatibility V3 - V4/5

Posted: 08 Jun 2016, 10:14
by stephan
... it's working (defined 1.000 elements), but in my opinion it's not a clean solution :)

Re: StringSplitter-Node incompatibility V3 - V4/5

Posted: 08 Jun 2016, 11:12
by chriss0212
You don't need to define that. you can use size of 1 and just adjust the offset ;)

an array indexer with size of 1 can handle any size just has one output ;)

greets

christian

Re: StringSplitter-Node incompatibility V3 - V4/5

Posted: 08 Jun 2016, 12:11
by stephan
FINE :D , thanks
(info is not in ventuz help ...)

Stephan