04-04-2011, 12:26 PM
Hi Subha,
A data table retains the runtime value (in your case the value you want to retain for further use) while the script is running. With the end of the script run, the data table releases the run time value and retains the original value those were given.
If you want to save the updated value for further use, you can save it in an external excel sheet. To learn how to use excel sheet refer to this link
A data table retains the runtime value (in your case the value you want to retain for further use) while the script is running. With the end of the script run, the data table releases the run time value and retains the original value those were given.
If you want to save the updated value for further use, you can save it in an external excel sheet. To learn how to use excel sheet refer to this link