Quote:
Originally Posted by lordebon
IE doing A ## B ## C would end up with something like ABABC instead of ABC.
|
I think that is happening if you try to put a command on the same line as the concatenation, for example
say A ## B ## C
will probably output something like you said.