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?