Hello Ventuzians!
THE FORUMS ARE CLOSED!

Please join our discord server HERE!! << click me :D

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server

Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!

StringSplitter-Node incompatibility V3 - V4/5

Q and A about functionality and how to solve a special task for your application.

Moderator: Support

Post Reply
stephan
Posts: 121
Joined: 08 Jun 2012, 09:06
Location: Hamburg
Contact:

StringSplitter-Node incompatibility V3 - V4/5

Post by stephan » 07 Jun 2016, 14:04

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
Attachments
problem_DIR-StringSplitter.zip
(12.33 KiB) Downloaded 182 times

chriss0212
Posts: 666
Joined: 18 Jan 2012, 20:56
Location: wuppertal
Contact:

Re: StringSplitter-Node incompatibility V3 - V4/5

Post by chriss0212 » 08 Jun 2016, 09:20

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

stephan
Posts: 121
Joined: 08 Jun 2012, 09:06
Location: Hamburg
Contact:

Re: StringSplitter-Node incompatibility V3 - V4/5

Post by stephan » 08 Jun 2016, 10:06

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

stephan
Posts: 121
Joined: 08 Jun 2012, 09:06
Location: Hamburg
Contact:

Re: StringSplitter-Node incompatibility V3 - V4/5

Post by stephan » 08 Jun 2016, 10:14

... it's working (defined 1.000 elements), but in my opinion it's not a clean solution :)

chriss0212
Posts: 666
Joined: 18 Jan 2012, 20:56
Location: wuppertal
Contact:

Re: StringSplitter-Node incompatibility V3 - V4/5

Post by chriss0212 » 08 Jun 2016, 11:12

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

stephan
Posts: 121
Joined: 08 Jun 2012, 09:06
Location: Hamburg
Contact:

Re: StringSplitter-Node incompatibility V3 - V4/5

Post by stephan » 08 Jun 2016, 12:11

FINE :D , thanks
(info is not in ventuz help ...)

Stephan

Post Reply