Posted By:
Sheshi_Sankineni
Posted On:
Thursday, January 24, 2008 04:37 PM
As part of the Java task, I need to pass in an argument that has # character in it. How do I do that ?. What I observed is that the argument is split at # character and is resulting in more than one argument. I even tried escaping the character.
Any help is greatly appreciated.