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!

Array Mixer does not delete last entry

Please report bugs in this group. We will maybe populate a list of known bugs with a possibly modified description at a later time.

Moderator: Support

Post Reply
User avatar
Eric_RD
Posts: 103
Joined: 04 Jun 2014, 14:01
Contact:

Array Mixer does not delete last entry

Post by Eric_RD » 09 Dec 2014, 12:23

If you have an array of lets say 5 entries (indexes from 0 to 4) and you want to delete only the last entry (remove index 4, length 1),
firing the remove method changes nothing to the output Array. The entry is still there.
However if you want to remove the last two entries (index 3, length 2) the Remove Method works as expected.

This applies to all array types I tested it with (string, int, float, byte) and all lengths.
Attachments
array_mixer.vza
(5.97 KiB) Downloaded 265 times

User avatar
Karol
Posts: 640
Joined: 10 Jan 2012, 12:07

Re: Array Mixer does not delete last entry

Post by Karol » 09 Dec 2014, 15:40

Oh yeah!
That was easy :)
Just replaced '<' with '<='

Fixed for Ventuz 4.6.0

Thanks
Karol

User avatar
Eric_RD
Posts: 103
Joined: 04 Jun 2014, 14:01
Contact:

Re: Array Mixer does not delete last entry

Post by Eric_RD » 08 Jan 2015, 10:39

Cool, Thank you. :D

Sometimes its the little things.

Post Reply