13 Jul
2009
13 Jul
'09
10 p.m.
On Mon, Jul 13, 2009 at 1:25 AM, V S P
i do no think so, because escapes are only needed for strings in source files not the ones in memory
in this particular instance the string came back from a call to a remote corba service and when you print it out to stdout it had the slashes.
Ah, did not get that impression from what you posted, this looks like C/C++ to me:
subst_designator = '!' counter = 1 new_arg = "!1!" *res_it="\temp\i\otrq92rq40100__db1003.xls" Meaning the last line would be the cause of the problems and would cause empiotrq92rq40100__db1003.xls to be emitted just like what you said that you saw.