Variable Tableau

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #22101 quote
    Marc78
    Participant
    New

    Bonjour,

    Est-il prévu prochainement, dans PRT (Buider, Order, Screener) de pouvoir utiliser des variables tableau (comme en VBA dans VisualChart ou Excel) ?

    Merci pour votre réponse.

    Ci-joint un petit exemple en vba

    For cmpt1 = LBound(Montab, 1) To UBound(Montab, 1)
        For cmpt2 = LBound(Montab, 2) To UBound(Montab, 2)
            Montab(cmpt1, cmpt2) = Montab(cmpt1, cmpt2) * 2 + 3
        Next cmpt2
    Next cmpt1
    #22111 quote
    Nicolas
    Keymaster
    Master

    C’est prévu mais pas dans l’immédiat. On a en effet besoin très souvent de pouvoir créer des variables dynamiques, comme cela n’est pas encore possible, on doit à l’avance connaître et définir les noms des variables, c’est pas pratique j’en conviens 🙂

    C’est une question fréquemment posée et une demande récurrente d’amélioration du langage ProBuilder, il faudra y passer un jour ou l’autre ! 🙂

    #155292 quote
    Marie Chidais
    Participant
    New

    Mise a jour car récurence de cette page dans les moteurs de recherches:

    The variable arrays will arrive soon in ProRealTime, they will be available in the coming weeks in version 11, with other instructions which I will detail in this topic.

    array variables availability in ProRealTime – examples and discussions

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.

Variable Tableau


ProBuilder : Indicateurs & Outils Personnalisés

New Reply
Author
author-avatar
Marc78 @marc78 Participant
Summary

This topic contains 2 replies,
has 3 voices, and was last updated by Marie Chidais
5 years, 2 months ago.

Topic Details
Forum: ProBuilder : Indicateurs & Outils Personnalisés
Language: French
Started: 01/23/2017
Status: Active
Attachments: No files
Logo Logo
Loading...