[stackoverflow] [progress Openedge Abl] Progress Abl To C# - How To Convert "empty...

Status
Not open for further replies.
S

SJaka

Guest
I'm currently converting a BPM from Epicor 9 to Epicor 10 (Progress ABL to C#). I came across this statement "EMPTY temp-table" in the progress code. I was wondering what is the equivalent of this in C#?

EMPTY temp-table ttRcvHead NO-ERROR.


Does simply assigning a 'null' to the variable does the job?

ttRcvHead = null;

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