dual use of the + symbol
sahillbb,
I seem unable to reply using your original post so I have created another one for this purpose.
By design the + operator is overloaded to allow concatenation, this does not apply to the - operator, which is why the subtraction worked.
Cheers
Martyn
|