Ralph Vince’s Optimal F Positioning Sizing

Forums ProRealTime English forum ProBuilder support Ralph Vince’s Optimal F Positioning Sizing

Viewing 9 posts - 16 through 24 (of 24 total)
  • #47463

    @Despair, @Nicolas concerning arrays in PRT.

    I have once thought about the idea of creating a preset number of arrays (up to whatever number)  i.e. array1=0, array2=0, array3=0, etc, etc,

    Then use a loop function with If statements to populate and retrieve them as required.

    #47481

    Well you won’t be able to use index notation and without the possibility to use indices there is no array. It is just a lot of variables.

    For a small array this can be done (see the code of the meander bands) but it is impractical for larger arrays.

    #47482

    The If statements in the loop would kind of function as an index as there would be an If statement for each of the preset ‘array’ variables.

    It is obviously going to be one heck of a long piece of code if you have for instance 50+ array variables 🙂

     

    #47490

    Long and slow.

    #47616

    Long and slow.

    and a long list of IF/THEN statements ..

    #47620

    @Nicolas, do you maybe know how far away PRT is from implementing arrays? Months? Years?

    #68386

    Guys, any news?

    #100689

    Hi All,

    I tried this code and it seems to be working (slowly but surely). Please double check it and make sure there are no errors:

     

    1 user thanked author for this post.
    #220227

     

Viewing 9 posts - 16 through 24 (of 24 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login