Nother few hours blown trying every concatination trick I could think of with no luck.
The "+" opperator is strictly math. Any attempt to use +string is ignored.
"&" doesn't work
"." doesn't work
X = X + Y doesn't work
concat(x, y) doesn't work
Tried various quote and bracketing scheams too.
|