Hi All,
Actually, I had doudt when we provide intial value to any of variables and Initialize those variable before using in program it gets reset to spaces or zeroes. how actuall can we retain the intial values.
this logic i am trying to implement this in generating C.S.V(comma seperated file) intial all fiels all am seperating with commas by giving intial value (','), however while intializing the group variable before passing the parameter value the commas field is field with spaces, i wanted this field to be reset to commas how can i do that.