[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: passing settings byRef
[Thread Prev] | [Thread Next]
- Subject: Re: passing settings byRef
- From: Bruce Steers <bsteers4@xxxxxxxxx>
- Date: Wed, 3 Jun 2026 22:53:56 +0100
- To: karl.reinl@xxxxxxxxxx, user@xxxxxxxxxxxxxxxxxxxxxx
On Wed, 3 Jun 2026 at 22:21, Bruce Steers <bsteers4@xxxxxxxxx> wrote: > > > Public Sub PassVariable(ByRef Writable As Boolean) ' ByRef is needed > here AND in the calling command. > > Writable += 10 > > End > Oops, sorry that should be Integer not Boolean PassVariable(ByRef Writable As Integer) Respects BruceS
| passing settings byRef | Karl Reinl <karl.reinl@xxxxxxxxxx> |
| Re: passing settings byRef | Bruce Steers <bsteers4@xxxxxxxxx> |