hexagon logo

How to print varible in report

Hi
How to print my varible in report pages ?


in Help they are saying this is the method to put in coment:
"Your varible V1 is "+V1

​And it should to give me the value of V1 but its not.
Meybe i misunderstand something ? . How its have to be done ?
Tryed this in my coment but its not working nor in operator nor report.
"ble ble" +V8
V8
+V8​


In my program i have
V8=1
two loops - one of them in X, another in Y

[some program of simple circle, incrementation my V8 +1 each time, reporting coment and results ]

All need to have is to print my cavity number before report for each loop.
Is it poseable to do it this way ?
  • First step is in order to do this in the actual comment through the Edit window is go to the menu bar up top. Select View > Command Mode

    Then put in your comment value in that field through the edit window instead of using F9.

    ASSIGN/V1=1
                COMMENT/REPT,
                "Your variable V1 is " +V1​


    That variable then gets calculated in the Comment Edit view when pressing F9

    Attached Files