Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VSS Changing VB variable case

Status
Not open for further replies.

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 ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top