Greetings,
I have a snippet of code I wish to better understand. "{&file}"
&file="jobhdr"
(ASSIGN {&file}.Date = TODAY). <-- Works Great
Message {&file}. <-- Does Not Display "jobhdr"
It is an input parameter but I don't understand what it's Datatype would be in the called procedure!
I pass it a value like &file="jobhdr", that works great but I also wanted to display the value in a message. Is there a way to get it back to a usable Char value?
Mike
I have a snippet of code I wish to better understand. "{&file}"
&file="jobhdr"
(ASSIGN {&file}.Date = TODAY). <-- Works Great
Message {&file}. <-- Does Not Display "jobhdr"
It is an input parameter but I don't understand what it's Datatype would be in the called procedure!
I pass it a value like &file="jobhdr", that works great but I also wanted to display the value in a message. Is there a way to get it back to a usable Char value?
Mike