LarryDalooza Posted September 11, 2008 Posted September 11, 2008 I had set up a rule in Outlook to send the .Body text to an AutoIt EXE as command line parms ... like wshell.Run "SomeAutoIt.exe " & SomeRedemptionObj.Body Then in the SomeAutoIt.exe I try to clean up the command line using StringStripWS and other StringReplace functions... I am just wondering if anyone else has played with the .Body text from Outlook, because the whitespace just would not clean up. I ended up processing the $CmdLineRaw character by character. I will try to set up some reproduction scenarios as soon as I have a chance, but thought I would start this to see if anyone else has had problems with $CMDLINE and string weirdness. Lar. AutoIt has helped make me wealthy
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now