Mutible parameters
Author |
Message |
Raknarg

|
Posted: Tue Apr 17, 2012 6:15 pm Post subject: Mutible parameters |
|
|
In turing, you can do something like this:
proc thing (var x : int)
and then when you used the procedure thing, you can change the parameter inside the procedure and it'll change the variable outside the procedure.
So is there a way to make subs with mutible parameters in vb? |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
Tony

|
|
|
|
 |
Raknarg

|
Posted: Tue Apr 17, 2012 6:22 pm Post subject: RE:Mutible parameters |
|
|
Could you explain a bit more? |
|
|
|
|
 |
Tony

|
|
|
|
 |
Raknarg

|
Posted: Tue Apr 17, 2012 6:58 pm Post subject: RE:Mutible parameters |
|
|
Alright, thanks |
|
|
|
|
 |
|
|