G
Greg
I've noticed two different "String" variable declarations to choose from. One
uses an upper case "S" and the other uses a lower case "s". The upper case
appears in a light green color, while the lower case appears as blue. If I go
to the the variable's definition the same definition appears for each, which
suggests to me these must be the same type.
Is there actually a different meaning for each type and what would this
difference be? And, if different, is one better to use than the other, with
performance in mind?
Can anyone shed some light on this for me?
Thanks.
uses an upper case "S" and the other uses a lower case "s". The upper case
appears in a light green color, while the lower case appears as blue. If I go
to the the variable's definition the same definition appears for each, which
suggests to me these must be the same type.
Is there actually a different meaning for each type and what would this
difference be? And, if different, is one better to use than the other, with
performance in mind?
Can anyone shed some light on this for me?
Thanks.