What is commonly used when working with strings?
Do one use + or & to put two string together?
& can be annoying when you type fast and get
string1& string2 ---> error (string1& is not a Long parameter.)