‎2007 Aug 10 10:01 AM
Hi,
I have a customer exit variable that I want to work like this:
if something
return 'a' and 'b'
else
return 'c'.
Is this possible to return 1 value sometimes and 2 values sometimes? If so, do you know what code I need to write the return 2 values?
Thank you in advance,
Mikael
‎2007 Aug 10 10:21 AM
‎2007 Aug 10 10:21 AM
‎2007 Aug 10 1:22 PM
Hi,
Ok, good that it is possible, but how? I cannot seem to get the code to work.
Thanks
// Mikael
‎2007 Aug 10 7:16 PM
Hi,
Problem was solved by returning an interval (from a to b).
BR Mikael