How to display only the variable value in Progress

Asked

Viewed 120 times

0

to create a program and would like to display only the value of the variable in Display without the name, has how to do this ?

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

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

1 answer

1


By default when you use the DISPLAY, it brings the Label of the variable, not to show, use...

VARIABLE NO-LABEL DISPLAY.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.