What is the difference between the & and + when combining strings?
Last edited by Darkwraith; Feb 25th, 2004 at 10:37 AM.
"Can't" and "shouldn't" are two totally separate things. All questions should be answered. All answers should be true. That is why I post.
You should always use & for strings, + for numbers.
Regards BrianB -------------------------------
not much when combining text strings - the only time you'll notice the difference is when you add two numbers together 1 & 1 = 11 1 + 1 = 2
"much to learn you still have"
Sorry for getting around to this sooner. I wanted the thread to kick around a bit. Thank you for all the input. You all have been very helpful.
Forum Rules