variable à multiples valeurs

Forums ProRealTime forum Français Support ProBuilder variable à multiples valeurs

Viewing 2 posts - 1 through 2 (of 2 total)
  • #213333

    Bonjour,

    Est il possible de reduire cette liste de valeur en une variable “mutliple”. Voici un représentation ainsi que l’objectif  de programmation:

    table1 = {5, 10, 12, 10, 5}

    for i =1 to 5 DO

    trace = table1[i] * low[i]

    next

    Cordialement,

    #213391

    Oui pour cela on utilise une variable en tableau (variable array), en reprenant ton exemple je stocke les valeurs dans le tableau $table01:

     

    1 user thanked author for this post.
Viewing 2 posts - 1 through 2 (of 2 total)

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