Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Q: returning two values from a xustomer exit variable

Former Member
0 Likes
409

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
392

yeah u can do like this .

Regards

Peram

3 REPLIES 3
Read only

Former Member
0 Likes
393

yeah u can do like this .

Regards

Peram

Read only

Former Member
0 Likes
392

Hi,

Ok, good that it is possible, but how? I cannot seem to get the code to work.

Thanks

// Mikael

Read only

Former Member
0 Likes
392

Hi,

Problem was solved by returning an interval (from a to b).

BR Mikael