Quote:
My only point is that it is unexpected behaviour...
Then what do you make of the weird behaviour when you are trying to pass an arguement that starts with a number? I had to prefix the var (used # in my case) and then strip it off after.
Code:
If Left($Recipient,1) = "#"
$Recipient = Right($Recipient,Len($Recipient)-1)
endif
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.