M
Magic Speller
Hi eveyone,
New to the newsgroup -- so here's a simple newbie question for you.
I'm sure this has been answered many times, but I have no idea how to
search for the answer.
Can someone explain to me the difference between declaring a string
using "string" or "String"? For example:
string string1 = "Hello"
String string1 = "Hello"
I know the convention is to use the lowercase version, but the
uppercase version seems to work in the same way. Are there
differences, and what are the relative advantages and disadvantages,
or implications, of using one or the other?
Thanks!
New to the newsgroup -- so here's a simple newbie question for you.
I'm sure this has been answered many times, but I have no idea how to
search for the answer.
Can someone explain to me the difference between declaring a string
using "string" or "String"? For example:
string string1 = "Hello"
String string1 = "Hello"
I know the convention is to use the lowercase version, but the
uppercase version seems to work in the same way. Are there
differences, and what are the relative advantages and disadvantages,
or implications, of using one or the other?
Thanks!