Bug? Form Sub Names starting with get are truncated

rwblinn

Well-Known Member
Licensed User
Longtime User
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?
 

Attachments

  • FormSubNames.zip
    1.8 KB · Views: 241

rwblinn

Well-Known Member
Licensed User
Longtime User
Thanks for poiting out - was not aware - this item occurred while started to use the Google Java Style Guide naming convention as been looking for a naming convention standard as could not find a proper one for Basic. Will revert the changes made to Capital.
 

JakeBullet70

Well-Known Member
Licensed User
Longtime User
I have to laugh. Seems like every few years there is the new 'style guide' for naming conventions. ☺
 
Top