Code: Select all
{fn CONCAT('a', 'b', 'c')}
I checked the help and it states: Concatenates several string expressions.
Fair enough add a forth string to see if it just skips the last and I get a Macro error. Apparently 4 is more than several but 3 params is OK..
The most annoying part of this is that I have source code and went to see what is what so I don't have to post.. a searched the source for 'CONCAT' and that gave me a single comment in source code?
How come, is source not source?