[stackoverflow] [progress Openedge Abl] How To Send A Character Type Value From An...

  • Thread starter Mr. Derpinthoughton
  • Start date
Status
Not open for further replies.
M

Mr. Derpinthoughton

Guest
I've been trying to use define input/output parameter <variable> as character no-undo to send/receive some value, it compiles but doesn't show anything.

May someone provide me an explanation that would clarify what I'm doing wrong?

P.S.: I'm still a newbie at progress4gl.

This is the application that receives:

define input parameter vparam as character no-undo.

put unformatted "code:".
put unformatted vparam.


This is the application that sends:

define output parameter vparam as character no-undo.

assign vparam = "It works!".


Both applications are in the same place.

Continue reading...
 
Status
Not open for further replies.
Top