jimollerhead 0 Posted January 30, 2007 This is driving me crazy... I have tried to use Send to send a string containing a plus symbol to a SQLPlus session (for an outer join in a statement) and the thing just WILL NOT print... I've tried ..& Chr(43) &... with no joy whatsoever and also tried escaping it with \.... surely to god there must be SOME way to achieve this?? Someone save my sanity PLEASE -- I've been fighting with this for nearly 3 hours!! Share this post Link to post Share on other sites
jimollerhead 0 Posted January 30, 2007 Woooohooo.... I finally got it by using "{SHIFTDOWN}={SHIFTUP}" TGFT I can go home happy now!! Share this post Link to post Share on other sites
sandyd 0 Posted January 30, 2007 Or you could try Send('{+}') ----[ SandyD ]--- Share this post Link to post Share on other sites
xcal 3 Posted January 30, 2007 Send('+', 1) How To Ask Questions The Smart Way Share this post Link to post Share on other sites