Thanks everyone
randysmid:
Following your lead for the + operator and from there to the & operator
I see that the difference is that with the + operator if one value is null the result is null
“Hello” + null + “ everyone” = null
but with the & operator the result is the rest of the string
“Hello” & null & “ everyone” = “Hello everyone”
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.