Itoo Software Forum

RailClone => RailClone Pro (*) => Topic started by: Dragan on May 14, 2021, 11:15:02 AM

Title: Comma-separated numeric input
Post by: Dragan on May 14, 2021, 11:15:02 AM
I`m thinking about a new Parameter as Numeric Comma-separated input.

Input1=2,13,15,6,4,8,10,5,12 or any other separation symbol

In expression  Input1[n] where `n` is the ordinal position.
     
for Input1= 2,13,15,6,4,8,10,5,12

input1[1]=2
input1[2]=13
input1[3]=15
input1[4]=6
...
input1[9]=12

It could be useful for Sequence counts, Randomise presence, Selector indexing, etc, I will find its purpose, just make it happen.  ;)

Best Regards
Dragan

Title: Re: Comma-separated numeric input
Post by: Rokas on May 14, 2021, 11:58:02 AM
You mean arrays, right?

Something like this can be achieved using RC Markers and the user data feature. I know It has only 9 values, You need more, right?

Anyway, added this to as request.

Thanks
Title: Re: Comma-separated numeric input
Post by: Dragan on May 14, 2021, 12:15:56 PM
Thanks.
Yes, I need more.  ;D
I would like to simplify the way to input multiple values and use them as a Numeric parameter node.

p.s. any news about Beta for RC.. I can see something is going on but I would like to participate  8) 8) 8)