Hi,
It does appear on mine :
string strWorkArea = "test";
string strDDEExpression="[Replace(" + strWorkArea + ",";
therefore maybe is something in the strWorkArea string , are you sure it
does not contain a nonprintable character?
Hope this help,
--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
"Nikhil Patel" <ni********@aol.com> wrote in message
news:uR**************@TK2MSFTNGP12.phx.gbl...
Hi,
I have following line in my c# code.
string strDDEExpression="[Replace(" + strWorkArea + ",";
When I run this and check the value in strDDEExpression, I find that the
comma is missing.
Any idea?
Thanks...
-Nikhil