Clear Javascript in Memory

 From:  Michael Gibson
8139.5 In reply to 8139.3 
F5 won't do anything but the setting Marco writes above will do it - by default every text file that MoI loads from disk, including .js files, are cached in memory once they have been loaded so if they are run again they don't have to be read from disk a second time. Setting DisableFileCaching=y will disable that so that all text files are loaded fresh each time and that should solve the problem.

- Michael