Search found 1 match

by fernandavaldevino
Tue Apr 03, 2018 7:02 pm
Forum: General Questions
Topic: How can I include the "ref" word before the parameters?
Replies: 1
Views: 1115

How can I include the "ref" word before the parameters?

I created a code and I need to include the "ref" word before the variable to inform that it is passed by reference. But I can't edit the method. How can I do it ?! The recording is a user code and the method is called

Code: Select all

Method(String user)
. I need to change to

Code: Select all

Method(ref String user)
.

:?: :|