Guest_imported
New member
- Jan 1, 1970
- 0
Our coding standards have us creating variable names that have uppercase characters in them. for example
strUserName As String
When this visual basic code is checked in to sourcesafe it changes the variable name to
strusername As String
This does not happen all the time, but when it does it can be quite annoying.
Any ideas ?
strUserName As String
When this visual basic code is checked in to sourcesafe it changes the variable name to
strusername As String
This does not happen all the time, but when it does it can be quite annoying.
Any ideas ?