I am using SYSGetUserName to populate a label on a form with the appropiate username however this could be in one of three different cases i.e.
JBloggs
jbloggs
JBLOGGS
I would like to be able to convert the name to lowercase at all times
This is how I populate the label now
lblUserName.Caption = SYSGetUserName
could someone suggest how I would change it so that it does change to lowercase please
Regards
Olly
JBloggs
jbloggs
JBLOGGS
I would like to be able to convert the name to lowercase at all times
This is how I populate the label now
lblUserName.Caption = SYSGetUserName
could someone suggest how I would change it so that it does change to lowercase please
Regards
Olly