Pages:
Actions
  • #1 by RManPT on 21 Jun 2019
  • Hello all.

    I wonder if this is possible, ie:

    r_{sel_order+1}_b_leap

    Is there any way to specify an index without doing it implicitly? I mean, getting it out of a formula...

    Thank you in advance.





  • #2 by mcbee on 21 Jun 2019
  • hi
    r_  = rank
    s_  = selection/index
  • #3 by RManPT on 22 Jun 2019
  • Thanks for the reply...

    Ok, I might have mixed ranks with indexes :) 

    Anyway, is there a way to refer to one rank using a formula? 

    I know I can do r_1_something .... but can I do r_{ any calculating formula }_something?

    Ty.
  • #4 by mcbee on 22 Jun 2019
  • hi
    yes.
    r_(runner_number-2)_(whatever)
    r_(RANDOM(runner_number) + 1)_(whatever)

  • #5 by RManPT on 24 Jun 2019
  • Great! Thank you.
Pages:
Actions