E
ericvdb
Hi all,
supose i send 3 values to a function which resides in a class.
I want to work with those 3 numbers and return for ex 2 values.
i send value A, B, C to my function and it has to return Y=A-B, Z=C+Y
I know how to return 1 value.
How can I accomplish this?
Eric
supose i send 3 values to a function which resides in a class.
I want to work with those 3 numbers and return for ex 2 values.
i send value A, B, C to my function and it has to return Y=A-B, Z=C+Y
I know how to return 1 value.
How can I accomplish this?
Eric