How to display only the value of the variable in progress

0

To create a program and would like to display only the value of the variable in Display without the name, can you do that?

DISPLAY "Nota Fiscal do dia" vDia "do mes"vMes "do ano de"vAno .

is there something like vDia.getValue() ? something like that?

    
asked by anonymous 24.10.2016 / 13:52

1 answer

1

By default when you use DISPLAY, it brings up the Variable Label, to not show, use ...

Variable DISPLAY NO-LABEL.

    
24.05.2017 / 14:08