in reply to Re^2: Deletion of value in a multiple value assigned to a key
in thread Deletion of value in a multiple value assigned to a key

Hi All, Thanks for looking at it..I figured out the problem, somehow the global hash always retained the past value. So, while reading I always initialized the hash key SCRIPT to null before building the hash. It worked for me perfectly now. Thank you.

  • Comment on Re^3: Deletion of value in a multiple value assigned to a key