[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: passing settings byRef


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

References:
passing settings byRefKarl Reinl <karl.reinl@xxxxxxxxxx>
Re: passing settings byRefBruce Steers <bsteers4@xxxxxxxxx>