Reply To: when you put out in the parameter what does it mean?

Forum Archive when you put out in the parameter what does it mean? Reply To: when you put out in the parameter what does it mean?

#27988
Jonathan Gonzalez
Participant

    Yes that’s basically it. We’re passing the reference. If I remember correctly “out” is typically used when you want to pass multiple values from a method instead of just one.