Itoo Software Forum

Author Topic: Comma-separated numeric input  (Read 405 times)

Dragan

  • Hero Member
  • *****
  • Posts: 1419
Comma-separated numeric input
« 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

« Last Edit: May 14, 2021, 11:17:01 AM by Dragan »

Rokas

  • Hero Member
  • *****
  • Posts: 3324
Re: Comma-separated numeric input
« Reply #1 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
Rokas

Dragan

  • Hero Member
  • *****
  • Posts: 1419
Re: Comma-separated numeric input
« Reply #2 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)