Snarg 0 Posted April 27, 2004 Stupid Send command. It looks like it should be so easy and I am certain it is. I seem to be having a hard time getting it to send some text with a variable. This is what I have: Send ( 'text' & $Variable ) All I get is a error. Once again, any help would be greatly appreciated. Thank you. A little reading goes a long way. Post count means nothing. Share this post Link to post Share on other sites
Jon 1,009 Posted April 27, 2004 That looks fine. What error are you getting? Does $variable contain special characters, if so use the raw mode: Send ( 'text' & $Variable, 1 ) Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Share this post Link to post Share on other sites
Snarg 0 Posted April 27, 2004 Thanks Jon! A little reading goes a long way. Post count means nothing. Share this post Link to post Share on other sites