Hi,
in a form defined several subs:
Public Sub GetSubA
Public Sub getSubB
Public Sub setSubC
Public Sub SetSubD
when using the form, the Sub getSubB is not listed, but SubB instead, means the get part is missing.
When changing to GetSubB then the sub is listed.
Tested also for setSubC, this sub gets listed.
Is this a bug or is the guidance not to use sub names starting with lowercase get?
in a form defined several subs:
Public Sub GetSubA
Public Sub getSubB
Public Sub setSubC
Public Sub SetSubD
when using the form, the Sub getSubB is not listed, but SubB instead, means the get part is missing.
When changing to GetSubB then the sub is listed.
Tested also for setSubC, this sub gets listed.
Is this a bug or is the guidance not to use sub names starting with lowercase get?