Hi all,
I try to create a function that return a temp-table but it gets error when trying to compile the program.
Exp: include "ttTemp-table.i"
function aFunction return ttTemp-table (input ..., ouput ...):
end function.
Is it possible to have a function returning temp-table data type? How can i do it?
Thanks,
I try to create a function that return a temp-table but it gets error when trying to compile the program.
Exp: include "ttTemp-table.i"
function aFunction return ttTemp-table (input ..., ouput ...):
end function.
Is it possible to have a function returning temp-table data type? How can i do it?
Thanks,