use the setOption() function with a third parameter set to false--this is the persistence parameter. Setting not persistent makes the option valid for the script run only. Down side is that you have to do this in each script that you want the temporary setting,
Comments