<< I believe between the set var 3 and 4 I might have to release the dll and reapply. Not a problem – I think ;) ? >>
You should never have to free and reload a DLL for it to work. The DLL should remain loaded through the run of the process (R:Base in this case) that loaded it. -- Larry

