Quote:
Originally Posted by Drumstix42
May still need to make it two lines of code as I did above, to avoid your double executed command.
|
Double executed has to do with the concat ( ## ) operator I believe. It's the only time I've seen it, and it seems that if you put command A ## B you end up with command A B B (ie it concats twice). If you use more than one concat it gets even worse.