Thanks Marsha.
I will look further at the links you provided.
I don't see off-hand it referring to what I was trying but, I will continue to look. I was just trying to see if there is anything that would give me troubles by doing this.
I did notice one thing. I tried having a Script Variable set in a Unit outside of any routine and I was setting that variable using a Persistent Project Variable. The Project Variable is set in the 'OnStart' General Event. When the script is run, the Script Variable is set before the 'OnStart' section is run. So, in this case, the Script Variable would get set with the 'old' value.
If I set the Script Variable from within a routine in the Unit, the 'OnStart' section will run first, then the Script Variable gets set with the new value.
Small thing but figured I would mention it. I found that setting a variable, such as a process, outside of any routines saves some time. I will probably just use this sparingly.
Thanks again. I will mark your solution as an accepted. This may not be done too often.